Changeset 2061
- Timestamp:
- 28/01/2008 23:53:26 (4 years ago)
- Location:
- box/trunk
- Files:
-
- 1 edited
- 1 moved
-
configure.ac (modified) (3 diffs)
-
lib/common/BoxPortsAndFiles.h.in (moved) (moved from box/trunk/lib/common/BoxPortsAndFiles.h) (1 diff)
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 -
box/trunk/lib/common/BoxPortsAndFiles.h.in
r1879 r2061 32 32 GetDefaultConfigFilePath("bbstored.conf").c_str() 33 33 #else 34 #define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "/etc/box/bbackupd.conf"35 #define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/box/raidfile.conf"36 #define BOX_FILE_BBSTORED_DEFAULT_CONFIG "/etc/box/bbstored.conf"34 #define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "@sysconfdir_expanded@/box/bbackupd.conf" 35 #define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "@sysconfdir_expanded@/box/raidfile.conf" 36 #define BOX_FILE_BBSTORED_DEFAULT_CONFIG "@sysconfdir_expanded@/box/bbstored.conf" 37 37 #endif 38 38
Note: See TracChangeset
for help on using the changeset viewer.
