1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Fixes from Benjamin that correct several "configure" problems under Ubuntu Natty and Debian Unstable

Also fixes test in maketarball.sh that determines whether a reconfig is needed.
This commit is contained in:
lllucius
2011-03-29 03:10:10 +00:00
parent 8eee168b56
commit 51ba874c1e
7 changed files with 2240 additions and 3961 deletions

View File

@@ -306,13 +306,13 @@ if [[ x"$reconf" = x1 ]] ; then
echo "Your Makefiles are out of date or missing. (Re)running configure to"
echo "create up-to-date Makefiles before building tarballs..."
echo " ./configure ${configargs}"
fi
# if we are in silent mode, then redirect the output of configure
if [ $mode -eq 1 ]; then
$SHELL -c "./configure ${configargs}"
else
$SHELL -c "./configure ${configargs}" > /dev/null 2>&1
# if we are in silent mode, then redirect the output of configure
if [ $mode -eq 1 ]; then
$SHELL -c "./configure ${configargs}"
else
$SHELL -c "./configure ${configargs}" > /dev/null 2>&1
fi
fi
# The version number is stored in a C++ header as a set of #defines. Trying to