aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 44ac85c3..c329812c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
23# 23#
24AC_PREREQ([2.64]) 24AC_PREREQ([2.64])
25LT_PREREQ([2.4.0]) 25LT_PREREQ([2.4.0])
26AC_INIT([GNU libmicrohttpd],[0.9.76],[libmicrohttpd@gnu.org]) 26AC_INIT([GNU libmicrohttpd],[0.9.77],[libmicrohttpd@gnu.org])
27AC_CONFIG_AUX_DIR([build-aux]) 27AC_CONFIG_AUX_DIR([build-aux])
28MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line 28MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line
29AC_CONFIG_HEADERS([MHD_config.h]) 29AC_CONFIG_HEADERS([MHD_config.h])