autoconfig rerun weirdness
--------------------------
Key: COUCHDB-173
URL: https://issues.apache.org/jira/browse/COUCHDB-173
Project: CouchDB
Issue Type: Bug
Components: Build System
Reporter: Noah Slater
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:
[EMAIL PROTECTED] ~/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-cu2/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.
Only that that fails with the "possibly undefined AC_CHECK_URL" error. it is
not smart enough to do what ./bootstrap does.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.