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:
Tim Edwards 2024-02-19 12:41:08 -05:00
parent bf67d3c275
commit 94754dbc4e
2 changed files with 1 additions and 7 deletions

View File

@ -1 +1 @@
1.5.270 1.5.271

View File

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