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

Diff of /autoconf/configure.ac

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

revision 1.30 by akim, Mon Nov 26 10:52:31 2001 UTC revision 1.31 by akim, Mon Jan 28 10:44:29 2002 UTC
# Line 1  Line 1 
1  #                                                       -*- Autoconf -*-  #                                                       -*- Autoconf -*-
2  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
3    
4  # Copyright 1992, 1993, 1994, 1995, 1999, 2000, 2001  # Copyright 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002
5  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
6  #  #
7  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 20  Line 20 
20  # 02111-1307, USA.  # 02111-1307, USA.
21    
22  # We need AC_CONFIG_TESTDIR.  # We need AC_CONFIG_TESTDIR.
23  AC_PREREQ(2.52e)  AC_PREREQ(2.52g)
24    
25  AC_INIT(GNU Autoconf, 2.52g, bug-autoconf@gnu.org)  AC_INIT(GNU Autoconf, 2.52f, bug-autoconf@gnu.org)
26  AC_CONFIG_SRCDIR(ChangeLog)  AC_CONFIG_SRCDIR(ChangeLog)
27    
28  AC_CONFIG_AUX_DIR(config)  AC_CONFIG_AUX_DIR(config)
29  AC_CONFIG_FILES(config/Makefile)  AC_CONFIG_FILES(config/Makefile)
30    
31  AM_INIT_AUTOMAKE(autoconf, 2.52g)  AM_INIT_AUTOMAKE
32    
33  # Initialize the test suite and build position independent wrappers.  # Initialize the test suite and build position independent wrappers.
34  AC_CONFIG_TESTDIR(tests)  AC_CONFIG_TESTDIR(tests)

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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