Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23460

Modified Files:
        configure.ag 
Log Message:
-- HAVE_EXTRA_MK is now always defined. Thus we need to overwrite its default
   value after the macro AM_MONETDB_UTILS().


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- configure.ag        13 Feb 2007 13:27:58 -0000      1.100
+++ configure.ag        15 Feb 2007 15:47:46 -0000      1.101
@@ -35,8 +35,6 @@
 CONFIG_H=pf_config.h
 AC_SUBST(CONFIG_H)
 
-AM_CONDITIONAL(HAVE_EXTRA_MK, true)
-
 dnl Check for Monet
 req_monetdb_ver='1.17.0'
 AM_MONETDB_COMMON($req_monetdb_ver)
@@ -62,6 +60,10 @@
 AM_MONETDB_LIBS()
 AM_MONETDB_UTILS()
 
+dnl overwrite CONDITIONAL HAVE_EXTRA_MK
+dnl defined false in AM_MONETDB_UTILS()
+AM_CONDITIONAL(HAVE_EXTRA_MK, true)
+
 dnl Test for MonetDB4 and MonetDB5 (only if MonetDB base was found)
 
 dnl We may not call AM_MONETDB4 and AM_MONETDB5 conditionally,


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to