From: Daniel Stenberg Date: Fri, 20 Dec 2002 15:54:24 +0000 (+0000) Subject: Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default X-Git-Tag: curl-7_10_3~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed29552b1e4aec7952f08f090edae775bab1546f;p=curl Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default makefile when --enable-maintainer-mode is not used. --- 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`