Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@mono-cvs.ximian.com>2008-08-05 15:37:46 +0400
committerAndreas Färber <afaerber@mono-cvs.ximian.com>2008-08-05 15:37:46 +0400
commit115fc0608b4322042314e934aac6e89e0c9ad2b9 (patch)
tree20a4e72e8272df74de98ef6a8ba4a757782d4ac1 /autogen.sh
parentd429bfd6ff3d5cf5469950569c9f1340f4539e5e (diff)
2008-08-05 Andreas Faerber <andreas.faerber@web.de>
* autogen.sh: Suppress arguments warning for NOCONFIGURE. In eglib: 2008-08-05 Andreas Faerber <andreas.faerber@web.de> * autogen.sh: Suppress arguments warning for NOCONFIGURE. In libgc: 2008-08-05 Andreas Faerber <andreas.faerber@web.de> * autogen.sh: Suppress arguments warning for NOCONFIGURE. This commit is licensed under the MIT X11 license. svn path=/trunk/mono/; revision=109666
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ce0c26c87ac..53f9abe90df 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -82,7 +82,7 @@ if test "$DIE" -eq 1; then
exit 1
fi
-if test -z "$*"; then
+if test x$NOCONFIGURE = x && test -z "$*"; then
echo "**Warning**: I am going to run \`configure' with no arguments."
echo "If you wish to pass any to it, please specify them on the"
echo \`$0\'" command line."