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:
@@ -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
|
||||
|
Reference in New Issue
Block a user