aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-04 15:14:50 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-05 17:15:08 +0300
commit3dc7d58587018f5e393ae5d608a168f54f232524 (patch)
tree598a08245d2d5a7df67cce7476db1f318948c2f3
parent510f7991db25e0d4c09fec43228fc742af128c36 (diff)
downloadlibmicrohttpd-3dc7d58587018f5e393ae5d608a168f54f232524.tar.gz
libmicrohttpd-3dc7d58587018f5e393ae5d608a168f54f232524.zip
automake: use right automake options
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d6dc9b2..a52a08d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.64])
25LT_PREREQ([2.4.0]) 25LT_PREREQ([2.4.0])
26AC_INIT([GNU Libmicrohttpd],[0.9.75],[libmicrohttpd@gnu.org]) 26AC_INIT([GNU Libmicrohttpd],[0.9.75],[libmicrohttpd@gnu.org])
27AC_CONFIG_AUX_DIR([build-aux]) 27AC_CONFIG_AUX_DIR([build-aux])
28AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 28AM_INIT_AUTOMAKE([gnu] [check-news] [filename-length-max=99] [tar-v7] [silent-rules] [subdir-objects])
29AC_CONFIG_HEADERS([MHD_config.h]) 29AC_CONFIG_HEADERS([MHD_config.h])
30AC_CONFIG_MACRO_DIR([m4]) 30AC_CONFIG_MACRO_DIR([m4])
31 31