Automatic autotools invocation fails
------------------------------------
Key: COUCHDB-165
URL: https://issues.apache.org/jira/browse/COUCHDB-165
Project: CouchDB
Issue Type: Bug
Components: Build System
Affects Versions: 0.8.1
Reporter: Jan Lehnardt
Assignee: Noah Slater
Priority: Minor
When I ./bootstrap && ./configure && make && make install trunk and then
tweak
configure.ac and run make again, make runs all the autotools again, with
this result:
jan ~/Work/couchdb-all/branches/use-osx-bundled-
icu2> make
cd . && /bin/sh /Users/jan/Work/couchdb-all/branches/use-osx-bundled-
icu2/build-aux/missing --run aclocal-1.10
cd . && /bin/sh /Users/jan/Work/couchdb-all/branches/use-osx-bundled-
icu2/build-aux/missing --run automake-1.10 --foreign
cd . && /bin/sh /Users/jan/Work/couchdb-all/branches/use-osx-bundled-
icu2/build-aux/missing --run autoconf
configure.ac:107: error: possibly undefined macro: AC_CHECK_CURL
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
Running ./bootstrap && ./configure manually works.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.