Removed the requirement for package "m4" that is in the configuration
script. It is not needed and doesn't exist in many OS distributions.
This commit is contained in:
parent
bf67d3c275
commit
94754dbc4e
|
|
@ -26,12 +26,6 @@ AC_ISC_POSIX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
|
|
||||||
dnl GNU M4 is preferred due to some of the option switches.
|
|
||||||
AC_PATH_PROGS([M4], [gm4 gnum4 m4], [no])
|
|
||||||
if test x$M4 = xno; then
|
|
||||||
AC_MSG_ERROR([M4 is required])
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl check size of pointer for correct behavior on 64-bit systems
|
dnl check size of pointer for correct behavior on 64-bit systems
|
||||||
dnl If the C preprocessor is GCC, we need to force the flag to
|
dnl If the C preprocessor is GCC, we need to force the flag to
|
||||||
dnl assert that input files are of type C, or else the preprocessing
|
dnl assert that input files are of type C, or else the preprocessing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue