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

Diff of /bison/configure.in

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

revision 1.39.2.2 by akim, Wed Aug 29 12:54:26 2001 UTC revision 1.39.2.3 by akim, Thu Aug 30 15:36:37 2001 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Configure template for GNU Bison.                   -*-Autoconf-*-
2  AC_PREREQ(2.52)  #
3  AC_INIT(bison, 1.28e, bug-bison@gnu.org)  # This program is free software; you can redistribute it and/or modify
4    # it under the terms of the GNU General Public License as published by
5    # the Free Software Foundation; either version 2 of the License, or
6    # (at your option) any later version.
7    #
8    # This program is distributed in the hope that it will be useful,
9    # but WITHOUT ANY WARRANTY; without even the implied warranty of
10    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11    # GNU General Public License for more details.
12    #
13    # You should have received a copy of the GNU General Public License
14    # along with this program; if not, write to the Free Software
15    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
16    # 02111-1307  USA
17    
18    # We need a recent Autoconf to run a recent Autotest.
19    AC_PREREQ(2.52e)
20    
21    AC_INIT([GNU Bison], [1.28e], [bug-bison@gnu.org])
22  AC_CONFIG_AUX_DIR(config)  AC_CONFIG_AUX_DIR(config)
23  AM_INIT_AUTOMAKE(bison, 1.28e)  
24    AM_INIT_AUTOMAKE([bison], [1.28e])
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  AT_CONFIG(../src)  AC_CONFIG_TESTDIR(tests)
29    
30  # Checks for programs.  # Checks for programs.
31  AC_PROG_CC  AC_PROG_CC
# Line 83  AC_OUTPUT([Makefile Line 102  AC_OUTPUT([Makefile
102             intl/Makefile po/Makefile.in             intl/Makefile po/Makefile.in
103             lib/Makefile src/Makefile doc/Makefile             lib/Makefile src/Makefile doc/Makefile
104             m4/Makefile             m4/Makefile
105             tests/Makefile tests/atconfig])             tests/Makefile])

Legend:
Removed from v.1.39.2.2  
changed lines
  Added in v.1.39.2.3

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