Changeset 2330 for box/trunk/configure.ac
- Timestamp:
- 05/10/2008 16:23:16 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2327 r2330 307 307 AC_SUBST([localstatedir_expanded]) 308 308 309 ## Figure out the client parcel directory and substitute it 310 client_parcel_dir=`perl infrastructure/parcelpath.pl client $target_os` 311 os_name=`uname -o` 312 if test "$os_name" = "Cygwin"; then 313 client_parcel_dir=`cygpath -wa $client_parcel_dir` 314 fi 315 AC_SUBST([client_parcel_dir]) 316 317 ## Figure out version and substitute it in 318 box_version=`perl infrastructure/printversion.pl` 319 AC_SUBST([box_version]) 309 320 310 321 ### Output files … … 324 335 contrib/solaris/bbackupd-smf-method 325 336 contrib/solaris/bbstored-smf-method 337 contrib/windows/installer/boxbackup.mpi 326 338 infrastructure/makebuildenv.pl 327 339 infrastructure/makeparcels.pl
Note: See TracChangeset
for help on using the changeset viewer.
