Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Dec 2002 15:54:24 +0000 (15:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Dec 2002 15:54:24 +0000 (15:54 +0000)
makefile when --enable-maintainer-mode is not used.

configure.in

index 31cbee6a26cdba264ed512e01ebc77dba669ee0c..fa6d354bbb96799cb9c10721981b3acd5768439e 100644 (file)
@@ -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`