Module Name: src
Committed By: joerg
Date: Sat Apr 6 15:25:52 UTC 2013
Modified Files:
src/external/bsd/flex/include: config.h
Log Message:
Only define M4 if it wasn't set on the command line.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/bsd/flex/include/config.h:1.4
--- src/external/bsd/flex/include/config.h:1.3 Sat Apr 6 14:27:53 2013
+++ src/external/bsd/flex/include/config.h Sat Apr 6 15:25:51 2013
@@ -144,7 +144,9 @@
#define HAVE__BOOL 1
/* Define to the m4 executable name. */
+#ifndef M4
#define M4 "/usr/bin/m4"
+#endif
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */