/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.226 by akim, Mon Oct 28 10:52:05 2002 UTC revision 1.227 by akim, Tue Oct 29 08:06:36 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.54b for GNU Autoconf 2.54c.  # Generated by GNU Autoconf 2.54a for GNU Autoconf 2.54c.
4  #  #
5  # Report bugs to <bug-autoconf@gnu.org>.  # Report bugs to <bug-autoconf@gnu.org>.
6  #  #
# Line 854  test -n "$ac_init_help" && exit 0 Line 854  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.54c  GNU Autoconf configure 2.54c
857  generated by GNU Autoconf 2.54b  generated by GNU Autoconf 2.54a
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 869  This file contains any messages produced Line 869  This file contains any messages produced
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.54c, which was  It was created by GNU Autoconf $as_me 2.54c, which was
872  generated by GNU Autoconf 2.54b.  Invocation command line was  generated by GNU Autoconf 2.54a.  Invocation command line was
873    
874    $ $0 $@    $ $0 $@
875    
# Line 922  _ACEOF Line 922  _ACEOF
922  # Keep a trace of the command line.  # Keep a trace of the command line.
923  # Strip out --no-create and --no-recursion so they do not pile up.  # Strip out --no-create and --no-recursion so they do not pile up.
924  # Also quote any args containing shell meta-characters.  # Also quote any args containing shell meta-characters.
 # Make two passes to allow for proper duplicate-argument suppression.  
925  ac_configure_args=  ac_configure_args=
 ac_configure_args0=  
 ac_configure_args1=  
926  ac_sep=  ac_sep=
927  ac_must_keep_next=false  for ac_arg
 for ac_pass in 1 2  
928  do  do
929    for ac_arg    case $ac_arg in
930    do    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
931      case $ac_arg in    | --no-cr | --no-c | -n ) continue ;;
932      -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
933      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
934        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;      continue ;;
935      esac    *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
936      case $ac_pass in      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
937      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;    esac
938      2)    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
939        ac_configure_args1="$ac_configure_args1 '$ac_arg'"    # Get rid of the leading space.
940        if test $ac_must_keep_next = true; then    ac_sep=" "
         ac_must_keep_next=false # Got value, back to normal.  
       else  
         case $ac_arg in  
           *=* | --config-cache | -C | -disable-* | --disable-* \  
           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \  
           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \  
           | -with-* | --with-* | -without-* | --without-* | --x)  
             case "$ac_configure_args0 " in  
               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;  
             esac  
             ;;  
           -* ) ac_must_keep_next=true ;;  
         esac  
       fi  
       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"  
       # Get rid of the leading space.  
       ac_sep=" "  
       ;;  
     esac  
   done  
941  done  done
 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }  
 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }  
942    
943  # When interrupted or exit'd, cleanup temporary files, and complete  # When interrupted or exit'd, cleanup temporary files, and complete
944  # config.log.  We remove comments because anyway the quotes in there  # config.log.  We remove comments because anyway the quotes in there
# Line 1971  _ACEOF Line 1945  _ACEOF
1945       t end       t end
1946       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1947       : end' >>confcache       : end' >>confcache
1948  if diff $cache_file confcache >/dev/null 2>&1; then :; else  if cmp -s $cache_file confcache; then :; else
1949    if test -w $cache_file; then    if test -w $cache_file; then
1950      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1951      cat confcache >$cache_file      cat confcache >$cache_file
# Line 2313  _ASBOX Line 2287  _ASBOX
2287  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
2288    
2289  This file was extended by GNU Autoconf $as_me 2.54c, which was  This file was extended by GNU Autoconf $as_me 2.54c, which was
2290  generated by GNU Autoconf 2.54b.  Invocation command line was  generated by GNU Autoconf 2.54a.  Invocation command line was
2291    
2292    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
2293    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 2370  _ACEOF Line 2344  _ACEOF
2344  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
2345  ac_cs_version="\\  ac_cs_version="\\
2346  GNU Autoconf config.status 2.54c  GNU Autoconf config.status 2.54c
2347  configured by $0, generated by GNU Autoconf 2.54b,  configured by $0, generated by GNU Autoconf 2.54a,
2348    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2349    
2350  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.226  
changed lines
  Added in v.1.227

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