Changeset 2339 for box/trunk/configure.ac
- Timestamp:
- 08/10/2008 20:59:20 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2335 r2339 308 308 309 309 ## Figure out the client parcel directory and substitute it 310 client_parcel_dir=`perl infrastructure/parcelpath.pl client $target_os` 310 build_dir=`dirname $0` 311 build_dir=`cd $build_dir && pwd` 312 client_parcel_dir=`perl infrastructure/parcelpath.pl backup-client $target_os` 313 311 314 os_name=`uname -o` 312 315 if test "$os_name" = "Cygwin"; then 313 316 client_parcel_dir=`cygpath -wa $client_parcel_dir | sed -e 's|\\\|/|g'` 314 fi 317 build_dir=`cygpath -wa $build_dir | sed -e 's|\\\|/|g'` 318 fi 319 315 320 AC_SUBST([client_parcel_dir]) 321 AC_SUBST([build_dir]) 316 322 317 323 ## Figure out version and substitute it in
Note: See TracChangeset
for help on using the changeset viewer.
