projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ada3c
)
Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 20 Dec 2002 15:54:24 +0000
(15:54 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 31cbee6a26cdba264ed512e01ebc77dba669ee0c..fa6d354bbb96799cb9c10721981b3acd5768439e 100644
(file)
--- 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`