Commit ed29552b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default

makefile when --enable-maintainer-mode is not used.
parent a2ada3cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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`