[asterisk-bugs] [Asterisk 0016341]: [patch] Fix bootstrap.sh on OpenSolaris
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 11 11:43:08 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16341
======================================================================
Reported By: bklang
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 16341
Category: Core/BuildSystem
Reproducibility: always
Severity: tweak
Priority: normal
Status: acknowledged
Target Version: 1.6.2.9
Asterisk Version: SVN
JIRA: SWP-681
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 231431
Request Review:
======================================================================
Date Submitted: 2009-11-28 16:53 CST
Last Modified: 2010-05-11 11:43 CDT
======================================================================
Summary: [patch] Fix bootstrap.sh on OpenSolaris
Description:
The attached patch modifies bootstrap.sh to function properly on
OpenSolaris 2009.06.
======================================================================
----------------------------------------------------------------------
(0121713) svnbot (reporter) - 2010-05-11 11:43
https://issues.asterisk.org/view.php?id=16341#c121713
----------------------------------------------------------------------
Repository: asterisk
Revision: 262299
U trunk/bootstrap.sh
------------------------------------------------------------------------
r262299 | qwell | 2010-05-11 11:43:07 -0500 (Tue, 11 May 2010) | 12 lines
Allow bootstrap script to work on Solaris.
As usual, the way they do things is different, so we need to account for
that.
automake is versioned ala BSD/Linux, but autoconf is not. We don't
actually
need to specify a version there, since AC_PREREQ will cover it for us.
Things
will fail pretty loudly if AC_PREREQ isn't met.
(closes issue https://issues.asterisk.org/view.php?id=16341)
Reported by: bklang
Patches:
opensolaris_bootstrap.sh uploaded by bklang (license 919)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=262299
Issue History
Date Modified Username Field Change
======================================================================
2010-05-11 11:43 svnbot Checkin
2010-05-11 11:43 svnbot Note Added: 0121713
======================================================================
More information about the asterisk-bugs
mailing list