/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.216 by akim, Tue Sep 3 06:09:30 2002 UTC revision 1.217 by akim, Tue Sep 3 09:17:44 2002 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.53c for GNU Autoconf 2.53c.  # Generated by GNU Autoconf 2.53d for GNU Autoconf 2.53d.
4  #  #
5  # Report bugs to <bug-autoconf@gnu.org>.  # Report bugs to <bug-autoconf@gnu.org>.
6  #  #
# Line 265  SHELL=${CONFIG_SHELL-/bin/sh} Line 265  SHELL=${CONFIG_SHELL-/bin/sh}
265  # Identity of this package.  # Identity of this package.
266  PACKAGE_NAME='GNU Autoconf'  PACKAGE_NAME='GNU Autoconf'
267  PACKAGE_TARNAME='autoconf'  PACKAGE_TARNAME='autoconf'
268  PACKAGE_VERSION='2.53c'  PACKAGE_VERSION='2.53d'
269  PACKAGE_STRING='GNU Autoconf 2.53c'  PACKAGE_STRING='GNU Autoconf 2.53d'
270  PACKAGE_BUGREPORT='bug-autoconf@gnu.org'  PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
271    
272  ac_unique_file="ChangeLog"  ac_unique_file="ChangeLog"
# Line 719  if test "$ac_init_help" = "long"; then Line 719  if test "$ac_init_help" = "long"; then
719    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
720    # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
721    cat <<_ACEOF    cat <<_ACEOF
722  \`configure' configures GNU Autoconf 2.53c to adapt to many kinds of systems.  \`configure' configures GNU Autoconf 2.53d to adapt to many kinds of systems.
723    
724  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
725    
# Line 781  fi Line 781  fi
781    
782  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
783    case $ac_init_help in    case $ac_init_help in
784       short | recursive ) echo "Configuration of GNU Autoconf 2.53c:";;       short | recursive ) echo "Configuration of GNU Autoconf 2.53d:";;
785     esac     esac
786    cat <<\_ACEOF    cat <<\_ACEOF
787    
# Line 853  fi Line 853  fi
853  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
854  if $ac_init_version; then  if $ac_init_version; then
855    cat <<\_ACEOF    cat <<\_ACEOF
856  GNU Autoconf configure 2.53c  GNU Autoconf configure 2.53d
857  generated by GNU Autoconf 2.53c  generated by GNU Autoconf 2.53d
858    
859  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
860  Free Software Foundation, Inc.  Free Software Foundation, Inc.
# Line 868  cat >&5 <<_ACEOF Line 868  cat >&5 <<_ACEOF
868  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
869  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
870    
871  It was created by GNU Autoconf $as_me 2.53c, which was  It was created by GNU Autoconf $as_me 2.53d, which was
872  generated by GNU Autoconf 2.53c.  Invocation command line was  generated by GNU Autoconf 2.53d.  Invocation command line was
873    
874    $ $0 $@    $ $0 $@
875    
# Line 1207  ac_configure="$SHELL $ac_aux_dir/configu Line 1207  ac_configure="$SHELL $ac_aux_dir/configu
1207            ac_config_files="$ac_config_files config/Makefile"            ac_config_files="$ac_config_files config/Makefile"
1208    
1209    
1210  am__api_version="1.6"  am__api_version="1.6c"
1211  # Find a good install program.  We prefer a C program (faster),  # Find a good install program.  We prefer a C program (faster),
1212  # so one script is as good as another.  But avoid the broken or  # so one script is as good as another.  But avoid the broken or
1213  # incompatible versions:  # incompatible versions:
# Line 1436  fi Line 1436  fi
1436    
1437  # Define the identity of the package.  # Define the identity of the package.
1438   PACKAGE=autoconf   PACKAGE=autoconf
1439   VERSION=2.53c   VERSION=2.53d
1440    
1441    
1442  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 2279  _ASBOX Line 2279  _ASBOX
2279  } >&5  } >&5
2280  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
2281    
2282  This file was extended by GNU Autoconf $as_me 2.53c, which was  This file was extended by GNU Autoconf $as_me 2.53d, which was
2283  generated by GNU Autoconf 2.53c.  Invocation command line was  generated by GNU Autoconf 2.53d.  Invocation command line was
2284    
2285    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
2286    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 2336  _ACEOF Line 2336  _ACEOF
2336    
2337  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
2338  ac_cs_version="\\  ac_cs_version="\\
2339  GNU Autoconf config.status 2.53c  GNU Autoconf config.status 2.53d
2340  configured by $0, generated by GNU Autoconf 2.53c,  configured by $0, generated by GNU Autoconf 2.53d,
2341    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2342    
2343  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217

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