acl: update to 2.3.2
[feed/packages.git] / utils / acl / patches / 100-no-gettext_configure.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -34,12 +34,6 @@ AC_SYS_LARGEFILE
4 AM_PROG_AR
5 LT_INIT
6
7 -dnl Minimal version supporting AM_GNU_GETTEXT_REQUIRE_VERSION.
8 -AM_GNU_GETTEXT_VERSION([0.19.6])
9 -dnl Require at least the following version, but use the latest available one.
10 -AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
11 -AM_GNU_GETTEXT([external])
12 -
13 AC_ARG_ENABLE([debug],
14 [AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
15 AS_IF([test "x$enable_debug" = "xyes"],
16 @@ -69,6 +63,5 @@ AC_CONFIG_COMMANDS([include/sys],
17 AC_CONFIG_FILES([
18 libacl.pc
19 Makefile
20 - po/Makefile.in
21 ])
22 AC_OUTPUT