mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-12 13:17:39 +00:00
platformtest.sh: Only generate configure script when missing
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user