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

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -34,9 +34,6 @@ AC_FUNC_GCC_VISIBILITY
  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. @@ -55,6 +52,5 @@ AC_CONFIG_COMMANDS([include/attr],
  13. AC_CONFIG_FILES([
  14. libattr.pc
  15. Makefile
  16. - po/Makefile.in
  17. ])
  18. AC_OUTPUT