platformtest.sh: Only generate configure script when missing
This commit is contained in:
parent
301d4915bc
commit
cd48b8128e
|
@ -54,8 +54,8 @@ if [ $? -ne 0 ]; then
|
|||
cd ..
|
||||
fi
|
||||
|
||||
echo "$NAME: Checking for \"./autogen.sh\" script ..."
|
||||
if [ -r ./autogen.sh ]; then
|
||||
echo "$NAME: Checking for \"./configure\" script ..."
|
||||
if [ ! -e ./configure ]; then
|
||||
echo "$NAME: Running \"./autogen.sh\" ..."
|
||||
[ -n "$VERBOSE" ] && ./autogen.sh || ./autogen.sh >/dev/null
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue