Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19619

Modified Files:
      Tag: MonetDB_1-22
        MonetDB.m4 
Log Message:
- Fix indenting
- Don't hang out the drama Queen if that makes no point at all.  If
  buildtools is not available, and we use CVS sources, I hope we
  properly die during the process if we need it.  If we don't use CVS
  sources, we don't have to get harrassed with things we will fail on
  when we would use CVS instead.  Long story short: don't issue useless
  warnings.


Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.64.2.4
retrieving revision 1.64.2.5
diff -u -d -r1.64.2.4 -r1.64.2.5
--- MonetDB.m4  19 Feb 2008 19:43:46 -0000      1.64.2.4
+++ MonetDB.m4  10 Mar 2008 10:45:13 -0000      1.64.2.5
@@ -2985,10 +2985,6 @@
         then
             AC_MSG_ERROR([MonetDB Buildtools could not be found,
                           although you requested to use them.])
-        else
-            AC_MSG_WARN([MonetDB Buildtools could not be found.
-                         You won't be able to compile $PACKAGE_NAME
-                         from CVS sources.])
         fi
 
     else
@@ -2999,14 +2995,11 @@
         BUILDTOOLS_CONFDIR=`"$BUILDTOOLS_CONFIG" --pkgdatadir`
         AC_SUBST(BUILDTOOLS_CONFDIR)
         rules_mk=$BUILDTOOLS_CONFDIR/rules.mk
-       if test -e $rules_mk; then
-               have_buildtools=yes;
-       else
-               have_buildtools=no;
-               AC_MSG_WARN([$rules_mk could not be found.
-                          You won't be able to compile $PACKAGE_NAME
-                          from CVS sources.]);
-       fi
+        if test -e $rules_mk; then
+            have_buildtools=yes;
+        else
+            have_buildtools=no;
+        fi
     fi
 fi
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to