From 5bf415fc8aa22376f5f81cf2b9c315bc4751adfe Mon Sep 17 00:00:00 2001 From: eddyg Date: Thu, 19 Jun 2008 04:23:52 +0000 Subject: 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 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3