treewide: Run refresh on all packages
[feed/packages.git] / utils / acl / patches / 100-no-gettext_configure.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -33,9 +33,6 @@ AC_SYS_LARGEFILE
4 AM_PROG_AR
5 LT_INIT
6
7 -AM_GNU_GETTEXT_VERSION([0.18.2])
8 -AM_GNU_GETTEXT([external])
9 -
10 AC_ARG_ENABLE([debug],
11 [AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
12 AS_IF([test "x$enable_debug" = "xyes"],
13 @@ -62,6 +59,5 @@ AC_CONFIG_COMMANDS([include/sys],
14 AC_CONFIG_FILES([
15 libacl.pc
16 Makefile
17 - po/Makefile.in
18 ])
19 AC_OUTPUT