aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-20 15:54:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-20 15:54:24 +0000
commited29552b1e4aec7952f08f090edae775bab1546f (patch)
treeb5d157ddce3cb24286db80d31ea6b8ed93d61833
parenta2ada3cf9691b1e14e8137cd016423c63e075022 (diff)
Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default
makefile when --enable-maintainer-mode is not used.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 31cbee6a2..fa6d354bb 100644
--- a/configure.in
+++ b/configure.in
@@ -9,6 +9,7 @@ dnl First some basic init macros
AC_INIT
AC_CONFIG_SRCDIR([lib/urldata.h])
AM_CONFIG_HEADER(lib/config.h src/config.h tests/server/config.h lib/ca-bundle.h)
+AM_MAINTAINER_MODE
dnl figure out the libcurl version
VERSION=`sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curl.h`