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

Diff of /bison/configure.ac

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

revision 1.32 by eggert, Sat Feb 1 09:02:57 2003 UTC revision 1.33 by akim, Thu Feb 6 10:04:29 2003 UTC
# Line 18  Line 18 
18  # 02111-1307  USA  # 02111-1307  USA
19    
20  # We need a recent Autoconf to run a recent Autotest.  # We need a recent Autoconf to run a recent Autotest.
21  AC_PREREQ(2.56)  AC_PREREQ(2.57)
22    
23  AC_INIT([GNU Bison], [1.875b], [bug-bison@gnu.org])  AC_INIT([GNU Bison], [1.875b], [bug-bison@gnu.org])
24  AC_CONFIG_AUX_DIR(config)  AC_CONFIG_AUX_DIR(config)
# Line 125  AC_CONFIG_TESTDIR(tests) Line 125  AC_CONFIG_TESTDIR(tests)
125  AC_CONFIG_FILES([tests/Makefile tests/atlocal])  AC_CONFIG_FILES([tests/Makefile tests/atlocal])
126  AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])  AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])
127  AC_CHECK_PROGS([VALGRIND], [valgrind])  AC_CHECK_PROGS([VALGRIND], [valgrind])
128  AC_CHECK_PROGS([GXX], [g++])  AC_CHECK_PROGS([CXX], [g++])
129  AM_MISSING_PROG([AUTOM4TE], [autom4te])  AM_MISSING_PROG([AUTOM4TE], [autom4te])
130  # Needed by tests/atlocal.in.  # Needed by tests/atlocal.in.
131  AC_SUBST([GCC])  AC_SUBST([GCC])

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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