[asterisk-bugs] [Asterisk 0013093]: ./configure --prefix=/usr/local fails to set sysconfdir properly.

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jul 30 14:39:12 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13093 
====================================================================== 
Reported By:                pabelanger
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13093
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 131570 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-07-16 19:20 CDT
Last Modified:              2008-07-30 14:39 CDT
====================================================================== 
Summary:                    ./configure --prefix=/usr/local fails to set
sysconfdir properly.
Description: 
According to './configure --help'

---
...
Fine tuning of the installation directories:
  --bindir=DIR           user executables [EPREFIX/bin]
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  --libexecdir=DIR       program executables [EPREFIX/libexec]
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
...
...
---
The sysconfdir should take [PREFIX/etc] by default.  So, I can assume if
prefix is not set, sysconfdir=/etc

but if we run './configure --prefix=/usr/local', it should be
sysconfdir=/usr/local/etc.

In makeopts we see:

 sysconfdir = /etc

I believe it should be:

 sysconfdir = ${prefix}/etc
====================================================================== 

---------------------------------------------------------------------- 
 (0090862) svnbot (reporter) - 2008-07-30 14:39
 http://bugs.digium.com/view.php?id=13093#c90862 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 134536

U   branches/1.4/configure
U   branches/1.4/configure.ac

------------------------------------------------------------------------
r134536 | tilghman | 2008-07-30 14:39:10 -0500 (Wed, 30 Jul 2008) | 4
lines

Only override sysconfdir and mandir when prefix=/usr
(closes issue http://bugs.digium.com/view.php?id=13093)
 Reported by: pabelanger

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=134536 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-07-30 14:39 svnbot         Checkin                                      
2008-07-30 14:39 svnbot         Note Added: 0090862                          
======================================================================




More information about the asterisk-bugs mailing list