blob: c84617614735ae921d52f02064ec3345816727ca [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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