You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Noah Slater (JIRA)" <ji...@apache.org> on 2008/12/05 16:58:44 UTC

[jira] Created: (COUCHDB-173) autoconfig rerun weirdness

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:
                                                                                                     
jan@jan-lehnardts-macbook ~/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.


[jira] Closed: (COUCHDB-173) autoconfig rerun weirdness

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt closed COUCHDB-173.
--------------------------------

    Resolution: Duplicate

dupe of COUCHDB-165

> 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:
>                                                                                                      
> jan@jan-lehnardts-macbook ~/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.