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
486 B

  1. diff --git a/configure.ac b/configure.ac
  2. index a5f9de5..4c77e97 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -34,9 +34,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. AC_ARG_ENABLE([debug],
  12. [AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
  13. AS_IF([test "x$enable_debug" = "xyes"],
  14. @@ -55,6 +52,5 @@ AC_CONFIG_COMMANDS([include/attr],
  15. AC_CONFIG_FILES([
  16. libattr.pc
  17. Makefile
  18. - po/Makefile.in
  19. ])
  20. AC_OUTPUT