Ignore:
Timestamp:
25/03/2008 22:29:24 (4 years ago)
Author:
jamesog
Message:

Correct sysconfdir and localstatedir as they weren't doing what they were supposed to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2095 r2113  
    66AC_CONFIG_SRCDIR([lib/common/Box.h]) 
    77AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) 
    8  
    9 # override default sysconfdir, for backwards compatibility 
    10 test "$sysconfdir" = NONE && sysconfdir=/etc 
    11 test "$localstatedir" = NONE && localstatedir=/var/run 
    128 
    139touch install-sh 
     
    273269  LIBS="-Wl,-Bstatic $LIBS -Wl,-Bdynamic" 
    274270fi 
     271 
     272# override default sysconfdir, for backwards compatibility 
     273test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc 
     274test "$localstatedir" = '${prefix}/var' && localstatedir=/var 
    275275 
    276276## Kludge to allow makeparcels.pl to use bindir. This is not a good long term 
Note: See TracChangeset for help on using the changeset viewer.