Module Name: src
Committed By: christos
Date: Mon Oct 26 21:30:02 UTC 2009
Modified Files:
src/external/bsd/flex/include: config.h
Log Message:
Allow tools to override m4
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/flex/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/flex/include/config.h
diff -u src/external/bsd/flex/include/config.h:1.1 src/external/bsd/flex/include/config.h:1.2
--- src/external/bsd/flex/include/config.h:1.1 Sun Oct 25 20:49:04 2009
+++ src/external/bsd/flex/include/config.h Mon Oct 26 17:30:02 2009
@@ -145,7 +145,9 @@
#define HAVE__BOOL 1
/* Define to the GNU M4 executable name. */
+#ifndef M4
#define M4 "/usr/bin/m4"
+#endif
/* Name of package */
#define PACKAGE "flex"