aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-25 08:10:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-25 08:10:22 +0000
commit671706e9e5aa90b95f483c36fd9b6cc7ab5d0646 (patch)
tree9a5114414b4f1de5c6055f4b27e065ca1ea9f773 /configure.ac
parentaeaea9eda26ce82e1ea2d88e0847d1a79f1ae1a9 (diff)
downloadlibmicrohttpd-671706e9e5aa90b95f483c36fd9b6cc7ab5d0646.tar.gz
libmicrohttpd-671706e9e5aa90b95f483c36fd9b6cc7ab5d0646.zip
-modernize AC calls - #2871
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ad3b1029..bce8ee96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
23AC_PREREQ(2.57) 23AC_PREREQ(2.57)
24AC_INIT([libmicrohttpd], [0.9.26],[libmicrohttpd@gnu.org]) 24AC_INIT([libmicrohttpd], [0.9.26],[libmicrohttpd@gnu.org])
25AM_INIT_AUTOMAKE([silent-rules]) 25AM_INIT_AUTOMAKE([silent-rules])
26AM_CONFIG_HEADER([MHD_config.h]) 26AC_CONFIG_HEADERS([MHD_config.h])
27AC_CONFIG_MACRO_DIR([m4]) 27AC_CONFIG_MACRO_DIR([m4])
28AH_TOP([#define _GNU_SOURCE 1]) 28AH_TOP([#define _GNU_SOURCE 1])
29 29