[asterisk-bugs] [Asterisk 0017013]: ./configure -help describes wrong default behavior
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 27 10:57:48 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17013
======================================================================
Reported By: klaus3000
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17013
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.6.2.5
JIRA: SWP-1075
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-03-12 04:34 CST
Last Modified: 2011-01-27 10:57 CST
======================================================================
Summary: ./configure -help describes wrong default behavior
Description:
./configure --help reports:
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
======================================================================
----------------------------------------------------------------------
(0131120) svnbot (reporter) - 2011-01-27 10:57
https://issues.asterisk.org/view.php?id=17013#c131120
----------------------------------------------------------------------
Repository: asterisk
Revision: 304464
U branches/1.4/configure
U branches/1.4/configure.ac
------------------------------------------------------------------------
r304464 | qwell | 2011-01-27 10:57:47 -0600 (Thu, 27 Jan 2011) | 9 lines
Fix default prefix=/usr regression on non-Linux systems.
This partially reverts a change made in branches/1.4/ r267759, which will
cause issue https://issues.asterisk.org/view.php?id=17013 to be reopened. This
issue was pointed out by a user
on #asterisk, who helpfully discovered that paths were being set
incorrectly.
To truly understand what was wrong, one should run:
svn diff --force -c<this revision> configure
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=304464
Issue History
Date Modified Username Field Change
======================================================================
2011-01-27 10:57 svnbot Checkin
2011-01-27 10:57 svnbot Note Added: 0131120
======================================================================
More information about the asterisk-bugs
mailing list