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

Diff of /bison/configure.ac

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

revision 1.8 by akim, Fri Sep 27 15:40:39 2002 UTC revision 1.9 by akim, Mon Sep 30 12:27:31 2002 UTC
# Line 24  AC_INIT([GNU Bison], [1.49d], [bug-bison Line 24  AC_INIT([GNU Bison], [1.49d], [bug-bison
24  AC_CONFIG_AUX_DIR(config)  AC_CONFIG_AUX_DIR(config)
25    
26  AM_INIT_AUTOMAKE([1.7 check-news readme-alpha dist-bzip2])  AM_INIT_AUTOMAKE([1.7 check-news readme-alpha dist-bzip2])
27  AM_CONFIG_HEADER(config.h:config.hin)  AC_CONFIG_HEADERS([config.h:config.hin])
28    
29  # Initialize the test suite.  # Initialize the test suite.
30  AC_CONFIG_TESTDIR(tests)  AC_CONFIG_TESTDIR(tests)
# Line 110  BISON_PREREQ_TIMEVAR Line 110  BISON_PREREQ_TIMEVAR
110  AM_GNU_GETTEXT(external, need-ngettext)  AM_GNU_GETTEXT(external, need-ngettext)
111  AM_GNU_GETTEXT_VERSION(0.11.5)  AM_GNU_GETTEXT_VERSION(0.11.5)
112    
113  AC_OUTPUT([Makefile  AC_CONFIG_FILES([Makefile
114             config/Makefile                   config/Makefile
115             po/Makefile.in                   po/Makefile.in
116             data/Makefile                   data/Makefile
117             lib/Makefile src/Makefile doc/Makefile                   lib/Makefile src/Makefile doc/Makefile
118             m4/Makefile])                   m4/Makefile])
119    AC_OUTPUT

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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