mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
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 ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$NAME: Checking for \"./autogen.sh\" script ..."
|
echo "$NAME: Checking for \"./configure\" script ..."
|
||||||
if [ -r ./autogen.sh ]; then
|
if [ ! -e ./configure ]; then
|
||||||
echo "$NAME: Running \"./autogen.sh\" ..."
|
echo "$NAME: Running \"./autogen.sh\" ..."
|
||||||
[ -n "$VERBOSE" ] && ./autogen.sh || ./autogen.sh >/dev/null
|
[ -n "$VERBOSE" ] && ./autogen.sh || ./autogen.sh >/dev/null
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user