Ignore:
Timestamp:
04/04/2008 23:11:45 (4 years ago)
Author:
chris
Message:

Undo mangling by tailor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2124 r2127  
    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 
     
    6359esac 
    6460 
    65 AC_CHECK_HEADER([zlib.h],, [AC_MSG_ERROR([[cannot find zlib.h]])]) 
    6661AC_CHECK_LIB([z], [zlibVersion],, [AC_MSG_ERROR([[cannot find zlib]])]) 
    6762VL_LIB_READLINE([have_libreadline=yes], [have_libreadline=no]) 
     
    274269  LIBS="-Wl,-Bstatic $LIBS -Wl,-Bdynamic" 
    275270fi 
     271 
     272# override default sysconfdir, for backwards compatibility 
     273test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc 
     274test "$localstatedir" = '${prefix}/var' && localstatedir=/var 
    276275 
    277276## 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.