Ignore:
Timestamp:
04/04/2008 22:59:29 (4 years ago)
Author:
chris
Message:

Tailorization
Import of the upstream sources from

Repository:  http://localhost:8000/

Kind: hg

Revision: 7807b7768163f1c2537756abe5416063989cebb1

Original author: tailor@…
Date: 2008-03-16 19:44:36+00:00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2113 r2124  
    66AC_CONFIG_SRCDIR([lib/common/Box.h]) 
    77AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) 
     8 
     9# override default sysconfdir, for backwards compatibility 
     10test "$sysconfdir" = NONE && sysconfdir=/etc 
     11test "$localstatedir" = NONE && localstatedir=/var/run 
    812 
    913touch install-sh 
     
    5963esac 
    6064 
     65AC_CHECK_HEADER([zlib.h],, [AC_MSG_ERROR([[cannot find zlib.h]])]) 
    6166AC_CHECK_LIB([z], [zlibVersion],, [AC_MSG_ERROR([[cannot find zlib]])]) 
    6267VL_LIB_READLINE([have_libreadline=yes], [have_libreadline=no]) 
     
    269274  LIBS="-Wl,-Bstatic $LIBS -Wl,-Bdynamic" 
    270275fi 
    271  
    272 # override default sysconfdir, for backwards compatibility 
    273 test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc 
    274 test "$localstatedir" = '${prefix}/var' && localstatedir=/var 
    275276 
    276277## 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.