/[bison]/bison/configure.in
ViewVC logotype

Diff of /bison/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by akim, Mon Feb 25 13:44:43 2002 UTC revision 1.60 by akim, Mon Feb 25 14:00:57 2002 UTC
# Line 42  AC_ISC_POSIX Line 42  AC_ISC_POSIX
42  AM_PROG_CC_STDC  AM_PROG_CC_STDC
43  AC_PROG_RANLIB  AC_PROG_RANLIB
44  AM_MISSING_PROG([AUTOM4TE], [autom4te])  AM_MISSING_PROG([AUTOM4TE], [autom4te])
45    BISON_PROG_GNU_M4
46    if test x"$ac_cv_prog_gnu_m4" != xyes; then
47      AC_MSG_ERROR([GNU M4 1.4 is required])
48    fi
49    AC_DEFINE_UNQUOTED([M4], ["$M4"], [Define to the GNU M4 executable name.])
50    
51  AC_ARG_ENABLE(gcc-warnings,  AC_ARG_ENABLE(gcc-warnings,
52  [  --enable-gcc-warnings   turn on lots of GCC warnings (not recommended)],  [  --enable-gcc-warnings   turn on lots of GCC warnings (not recommended)],

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26