[Makebo-commits] rev 5 - trunk

jlbec at oss.oracle.com jlbec at oss.oracle.com
Thu May 15 23:47:25 CDT 2003


Author: jlbec
Date: 2003-05-15 17:47:21 -0500 (Thu, 15 May 2003)
New Revision: 5

Modified:
   trunk/Config.make.in
Log:
requireds

Modified: trunk/Config.make.in
==============================================================================
--- trunk/Config.make.in	(original)
+++ trunk/Config.make.in	Thu May 15 17:47:24 2003
@@ -4,16 +4,20 @@
 # These are the variables substituted by configure into the
 # Makefile structure.
 #
-
+# Any AC_SUBST() call should be mirrored by the appropriate item here.
+#
 
 #
-# Begin default variables
+# These three variables MUST be set by configure.in with AC_SUBST.
 #
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
-
 DIST_VERSION = @DIST_VERSION@
 
+
+#
+# Begin default variables
+#
 SHELL = @SHELL@
 
 prefix = @prefix@




More information about the Makebo-commits mailing list