aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8cdb94b6..4da55816 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,10 +34,6 @@ AC_SUBST(LIB_VERSION_CURRENT)
34AC_SUBST(LIB_VERSION_REVISION) 34AC_SUBST(LIB_VERSION_REVISION)
35AC_SUBST(LIB_VERSION_AGE) 35AC_SUBST(LIB_VERSION_AGE)
36 36
37# check for gettext
38AM_GNU_GETTEXT([external])
39AM_GNU_GETTEXT_VERSION([0.19.8])
40
41AC_MSG_CHECKING([[whether z/OS special settings are required]]) 37AC_MSG_CHECKING([[whether z/OS special settings are required]])
42if test `uname -s` = "OS/390" 38if test `uname -s` = "OS/390"
43then 39then
@@ -1376,16 +1372,20 @@ AC_SUBST(CPPFLAGS)
1376AC_SUBST(LIBS) 1372AC_SUBST(LIBS)
1377AC_SUBST(LDFLAGS) 1373AC_SUBST(LDFLAGS)
1378 1374
1375# Used for 'po' directory staff
1376AC_SUBST([ac_configure_args])
1377AC_SUBST([EMPTY_VAR], [[]])
1378
1379AC_CONFIG_FILES([ 1379AC_CONFIG_FILES([
1380libmicrohttpd.pc 1380libmicrohttpd.pc
1381w32/common/microhttpd_dll_res_vc.rc 1381w32/common/microhttpd_dll_res_vc.rc
1382po/configure.acT:po/configure.ac.in
1382Makefile 1383Makefile
1383contrib/Makefile 1384contrib/Makefile
1384doc/Makefile 1385doc/Makefile
1385doc/doxygen/Makefile 1386doc/doxygen/Makefile
1386doc/examples/Makefile 1387doc/examples/Makefile
1387m4/Makefile 1388m4/Makefile
1388po/Makefile.in
1389src/Makefile 1389src/Makefile
1390src/include/Makefile 1390src/include/Makefile
1391src/microhttpd/Makefile 1391src/microhttpd/Makefile