summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoreddyg <[email protected]>2008-06-19 04:23:52 +0000
committereddyg <[email protected]>2008-06-19 04:23:52 +0000
commit5bf415fc8aa22376f5f81cf2b9c315bc4751adfe (patch)
treee0f3a27393329c54abfe57777db658d3799da6ff /configure
parent5cdb0e7948c4170af40742190d5778aeb3ef58ac (diff)
Reintroduce Solaris support. Fully tested on everything - apart from Windows, which really shouldn't be affected. Note that I've disabled troublesome components in ffmpeg that didn't work with Solaris. And disabled X support in libmpeg2 for all platforms - 'cos it shouldn't have been there.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1531 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index f1f618986..8d2f10e8b 100755
--- a/configure
+++ b/configure
@@ -113,9 +113,9 @@ fi
# Generating the HB_BUILD and HB_VERSION for snapshots requires
# the build date, working path, and current SVN revision.
-BUILD_DATE=$(date +%Y%m%d)
-FULL_PATH=$(pwd)
-SVN_REV=$(svnversion)
+BUILD_DATE=`date +%Y%m%d`
+FULL_PATH=`pwd`
+SVN_REV=`svnversion`
# Generate config.jam
rm -f config.jam