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

Diff of /bison/configure.in

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

revision 1.41 by akim, Thu Oct 18 15:26:56 2001 UTC revision 1.42 by akim, Thu Nov 1 17:47:39 2001 UTC
# Line 18  Line 18 
18  # We need a recent Autoconf to run a recent Autotest.  # We need a recent Autoconf to run a recent Autotest.
19  AC_PREREQ(2.52e)  AC_PREREQ(2.52e)
20    
21  AC_INIT([GNU Bison], [1.29d], [bug-bison@gnu.org])  AC_INIT([GNU Bison], [1.49a], [bug-bison@gnu.org])
22  AC_CONFIG_AUX_DIR(config)  AC_CONFIG_AUX_DIR(config)
23    
24  AM_INIT_AUTOMAKE([bison], [1.29d])  AM_INIT_AUTOMAKE([bison], [1.49a])
25  AM_CONFIG_HEADER(config.h:config.hin)  AM_CONFIG_HEADER(config.h:config.hin)
26    
27  # Initialize the test suite.  # Initialize the test suite.
28  AC_CONFIG_TESTDIR(tests)  AC_CONFIG_TESTDIR(tests)
29    AC_CONFIG_FILES(tests/Makefile tests/atlocal)
30  AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])  AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])
31  # Needed by tests/atlocal.in.  # Needed by tests/atlocal.in.
32  AC_SUBST([GCC])  AC_SUBST([GCC])
# Line 105  AC_OUTPUT([Makefile Line 106  AC_OUTPUT([Makefile
106             config/Makefile             config/Makefile
107             intl/Makefile po/Makefile.in             intl/Makefile po/Makefile.in
108             lib/Makefile src/Makefile doc/Makefile             lib/Makefile src/Makefile doc/Makefile
109             m4/Makefile             m4/Makefile])
            tests/Makefile])  

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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