[Box Backup-commit] COMMIT r2367 - box/trunk
boxbackup-dev@boxbackup.org
boxbackup-dev@boxbackup.org
Mon, 27 Oct 2008 21:16:20 +0000 (GMT)
Author: jamesog
Date: 2008-10-27 21:16:19 +0000 (Mon, 27 Oct 2008)
New Revision: 2367
Modified:
box/trunk/configure.ac
Log:
Use $PERL instead of perl in configure.ac
Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac 2008-10-26 23:36:44 UTC (rev 2366)
+++ box/trunk/configure.ac 2008-10-27 21:16:19 UTC (rev 2367)
@@ -313,7 +313,7 @@
## Figure out the client parcel directory and substitute it
build_dir=`dirname $0`
build_dir=`cd $build_dir && pwd`
-client_parcel_dir=`perl infrastructure/parcelpath.pl backup-client $target_os`
+client_parcel_dir=`$PERL infrastructure/parcelpath.pl backup-client $target_os`
if test "$build_os" = "cygwin"; then
client_parcel_dir=`cygpath -wa $client_parcel_dir | sed -e 's|\\\|/|g'`
@@ -324,7 +324,7 @@
AC_SUBST([build_dir])
## Figure out version and substitute it in
-box_version=`perl infrastructure/printversion.pl`
+box_version=`$PERL infrastructure/printversion.pl`
AC_SUBST([box_version])
### Output files