[Home]

Summary:ASTERISK-08769: ./bootstrap.sh does not run
Reporter:edgreenberg (edgreenberg)Labels:
Date Opened:2007-02-10 19:19:49.000-0600Date Closed:2011-06-07 14:08:12
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Checked out revision 53911 and did ./bootstrap.sh.

Got error
[edg@albus asterisk]$ ./bootstrap.sh
Generating the configure script ...
configure.ac:31: error: possibly undefined macro: AC_USE_SYSTEM_EXTENSIONS
     If this token and others are legitimate, please use m4_pattern_allow.
     See the Autoconf documentation.
configure:3798: error: possibly undefined macro: _AC_PATH_PROG_FEATURE_CHECK
configure:3799: error: possibly undefined macro: _AC_FEATURE_CHECK_LENGTH


****** ADDITIONAL INFORMATION ******

This is on Fedora Core 6 with autoconf 2.59.
Comments:By: Joshua C. Colp (jcolp) 2007-02-12 09:41:35.000-0600

autoconf 2.60 is the minimum required as we use macros that only appear starting at that version.