Correction for Ubuntu Conversion

Change nightlybuild.sh to allow the setting of the pthread
option for ./configure.  Remove the incorrectly added xml
header line from the ubuntu-pthread.i386.config file.
This commit is contained in:
Ron Koenderink 2008-09-25 21:12:24 -06:00
parent 787e501420
commit 1047c5703f
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="Windows-1252"?>
SCRIPTDIR=/home/empire
BOXDIR=boxes
LOGDIR=logs

View file

@ -175,7 +175,7 @@ fi
git-pull
sh ./bootstrap
./configure --prefix ${BOXDIR}/${WORKDIR}/emp4
./configure --prefix ${BOXDIR}/${WORKDIR}/emp4 ${CONFIGURE_OPTIONS}
;;
esac