You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
502 B

  1. diff --git a/configure.ac b/configure.ac
  2. index 8a1ca39..ceee757 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -33,9 +33,6 @@ AC_FUNC_ALLOCA
  6. AM_PROG_AR
  7. LT_INIT
  8. -AM_GNU_GETTEXT_VERSION([0.18.2])
  9. -AM_GNU_GETTEXT([external])
  10. -
  11. dnl Most people get these man(2) pages from the system now.
  12. AC_ARG_ENABLE([man2],
  13. [AS_HELP_STRING([--enable-man2], [Install man(2) pages])])
  14. @@ -59,6 +56,5 @@ AC_CONFIG_COMMANDS([include/attr],
  15. AC_CONFIG_FILES([
  16. libattr.pc
  17. Makefile
  18. - po/Makefile.in
  19. ])
  20. AC_OUTPUT