Only define M4 if it wasn't set on the command line.

This commit is contained in:
joerg 2013-04-06 15:25:51 +00:00
parent 0c2c845f33
commit 74a4a33c84

View File

@ -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 */