]> granicus.if.org Git - gc/commitdiff
2008-08-05 Andreas Faerber <andreas.faerber@web.de>
authorAndreas Färber <afaerber@mono-cvs.ximian.com>
Tue, 5 Aug 2008 11:37:46 +0000 (11:37 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:31:21 +0000 (15:31 +0400)
* 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

ChangeLog
autogen.sh

index bcf88881e977852c22f067544d475df4a87bf135..02f00b01a1ad3ff6b4e5fbe4f2cd2fe932d08a48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-05  Andreas Färber  <andreas.faerber@web.de>
+
+       * autogen.sh: Suppress arguments warning for NOCONFIGURE.
+       
+       Contributed under MIT/X11 license.
+
 2008-08-03  Zoltan Varga  <vargaz@gmail.com>
 
        * pthread_support.c (GC_thread_exit_proc): Null out the tls key to prevent the
@@ -16,8 +22,8 @@
 
        * include/gc.h: Add GC_DllMain.
        * win32_threads.c: Rename DllMain to GC_DllMain.
-\r
-       Contributed under MIT/X11 license.\r
+
+       Contributed under MIT/X11 license.
 
 2008-04-15  Jonathan Chambers  <joncham@gmail.com>
        * include/private/gcconfig.h: Backport GC7 code to support Win64.
index e22cdd41c67679ce5ac1c0985ec69266232761e1..ceea56c962f81f09757d3dece2921baf0e3f7db1 100755 (executable)
@@ -67,7 +67,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."