Changeset 2061 for box/trunk/configure.ac
- Timestamp:
- 28/01/2008 23:53:26 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2054 r2061 6 6 AC_CONFIG_SRCDIR([lib/common/Box.h]) 7 7 AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) 8 9 # override default sysconfdir, for backwards compatibility 10 AC_SUBST([sysconfdir], ['/etc'])dnl 8 11 9 12 touch install-sh … … 274 277 test "x$prefix" = xNONE && prefix=$ac_default_prefix 275 278 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 276 bindir_expanded=`eval "echo $bindir"` 277 bindir_expanded=`eval "echo $bindir_expanded"` 279 bindir_expanded=` eval "echo $bindir"` 280 bindir_expanded=` eval "echo $bindir_expanded"` 281 sysconfdir_expanded=` eval "echo $sysconfdir"` 282 localstatedir_expanded=`eval "echo $localstatedir"` 278 283 prefix=$saved_prefix 279 284 exec_prefix=$saved_exec_prefix 280 AC_SUBST([bindir_expanded ])285 AC_SUBST([bindir_expanded sysconfdir_expanded localstatedir_expanded]) 281 286 282 287 … … 294 299 infrastructure/makeparcels.pl 295 300 infrastructure/makedistribution.pl 301 lib/common/BoxPortsAndFiles.h 296 302 lib/common/makeexception.pl 297 303 lib/raidfile/raidfile-config
Note: See TracChangeset
for help on using the changeset viewer.
