[Lemon-commits] [lemon_svn] ladanyi: r1907 - in hugo/trunk: . src/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:48:38 CET 2006


Author: ladanyi
Date: Fri May 20 14:44:28 2005
New Revision: 1907

Added:
   hugo/trunk/src/lemon/config.h.in
Modified:
   hugo/trunk/configure.ac
   hugo/trunk/src/lemon/Makefile.am

Log:
added a configuration header to the lemon directory

Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac	(original)
+++ hugo/trunk/configure.ac	Fri May 20 14:44:28 2005
@@ -3,7 +3,7 @@
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/lemon/invalid.h])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h src/lemon/config.h])
 AC_PREREQ([2.53])
 
 dnl Save user defined CXXFLAGS

Modified: hugo/trunk/src/lemon/Makefile.am
==============================================================================
--- hugo/trunk/src/lemon/Makefile.am	(original)
+++ hugo/trunk/src/lemon/Makefile.am	Fri May 20 14:44:28 2005
@@ -24,6 +24,7 @@
 	bfs.h \
 	dfs.h \
 	bin_heap.h \
+	config.h \
 	dijkstra.h \
 	dimacs.h \
 	error.h \

Added: hugo/trunk/src/lemon/config.h.in
==============================================================================
--- (empty file)
+++ hugo/trunk/src/lemon/config.h.in	Fri May 20 14:44:28 2005
@@ -0,0 +1,5 @@
+/* Define to 1 if you have CPLEX. */
+#undef HAVE_CPLEX
+
+/* Define to 1 if you have GLPK. */
+#undef HAVE_GLPK



More information about the Lemon-commits mailing list