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.

19 lines
415 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -33,9 +33,6 @@ AC_SYS_LARGEFILE
  4. AM_PROG_AR
  5. LT_INIT
  6. -AM_GNU_GETTEXT_VERSION([0.18.2])
  7. -AM_GNU_GETTEXT([external])
  8. -
  9. AC_ARG_ENABLE([debug],
  10. [AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
  11. AS_IF([test "x$enable_debug" = "xyes"],
  12. @@ -67,6 +64,5 @@ AC_CONFIG_COMMANDS([include/sys],
  13. AC_CONFIG_FILES([
  14. libacl.pc
  15. Makefile
  16. - po/Makefile.in
  17. ])
  18. AC_OUTPUT