[asterisk-bugs] [Asterisk 0018300]: [regression] configure.ac in 1.4.37 broken with autoconf 2.60

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Nov 23 13:29:42 CST 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18300 
====================================================================== 
Reported By:                skochen
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18300
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.4.37 
JIRA:                        
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-11-12 07:52 CST
Last Modified:              2010-11-23 13:29 CST
====================================================================== 
Summary:                    [regression] configure.ac in 1.4.37 broken with
autoconf 2.60
Description: 
It looks like with revision 290177, because of AC_COMPUTE_INT, the autoconf
requirement was silently bumped to at least 2.60a. But AC_PREREQ doesn't
reflect this.

Generating a configure script with 2.60 produces syntax errors such as:

./configure: line 20765: syntax error near unexpected token
`ac_cv_sizeof_fd_set_fds_bits,'
./configure: line 20765: `AC_COMPUTE_INT(ac_cv_sizeof_fd_set_fds_bits,
sizeof(foo.fds_bits[[0]]), $ac_includes_default'
error: Bad exit status from /var/tmp/rpm-tmp.1037 (%build)

(The macro simply isn't expanded, because it doesn't exist.)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-23 13:29 lmadsen        Regression               No => Yes           
2010-11-23 13:29 lmadsen        Summary                  configure.ac in 1.4.37
broken with autoconf 2.60 => [regression] configure.ac in 1.4.37 broken with
autoconf 2.60
======================================================================




More information about the asterisk-bugs mailing list