Only define M4 if it wasn't set on the command line.
This commit is contained in:
parent
0c2c845f33
commit
74a4a33c84
2
external/bsd/flex/include/config.h
vendored
2
external/bsd/flex/include/config.h
vendored
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user