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