[asterisk-bugs] [Asterisk 0018300]: configure.ac in 1.4.37 broken with autoconf 2.60
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Nov 12 07:52:42 CST 2010
The following issue has been SUBMITTED.
======================================================================
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: new
Asterisk Version: 1.4.37
JIRA:
Regression: No
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-12 07:52 CST
======================================================================
Summary: 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-12 07:52 skochen New Issue
2010-11-12 07:52 skochen Asterisk Version => 1.4.37
2010-11-12 07:52 skochen Regression => No
2010-11-12 07:52 skochen SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list