Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default

makefile when --enable-maintainer-mode is not used.
This commit is contained in:
Daniel Stenberg 2002-12-20 15:54:24 +00:00
parent a2ada3cf96
commit ed29552b1e
1 changed files with 1 additions and 0 deletions

View 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`