Ignore:
Timestamp:
05/10/2008 16:23:16 (4 years ago)
Author:
chris
Message:

Substitute parcel directory and Box version into InstallJammer? config
file for Windows installer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2327 r2330  
    307307AC_SUBST([localstatedir_expanded]) 
    308308 
     309## Figure out the client parcel directory and substitute it 
     310client_parcel_dir=`perl infrastructure/parcelpath.pl client $target_os` 
     311os_name=`uname -o` 
     312if test "$os_name" = "Cygwin"; then 
     313        client_parcel_dir=`cygpath -wa $client_parcel_dir` 
     314fi 
     315AC_SUBST([client_parcel_dir]) 
     316 
     317## Figure out version and substitute it in 
     318box_version=`perl infrastructure/printversion.pl` 
     319AC_SUBST([box_version]) 
    309320 
    310321### Output files 
     
    324335                   contrib/solaris/bbackupd-smf-method 
    325336                   contrib/solaris/bbstored-smf-method 
     337                   contrib/windows/installer/boxbackup.mpi 
    326338                   infrastructure/makebuildenv.pl 
    327339                   infrastructure/makeparcels.pl 
Note: See TracChangeset for help on using the changeset viewer.