/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.227 by akim, Tue Oct 29 08:06:36 2002 UTC revision 1.228 by akim, Sun Nov 3 17:39:29 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.54a for GNU Autoconf 2.54c.  # Generated by GNU Autoconf 2.54c 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.54a  generated by GNU Autoconf 2.54c
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.54a.  Invocation command line was  generated by GNU Autoconf 2.54c.  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.
925    # Make two passes to allow for proper duplicate-argument suppression.
926  ac_configure_args=  ac_configure_args=
927    ac_configure_args0=
928    ac_configure_args1=
929  ac_sep=  ac_sep=
930  for ac_arg  ac_must_keep_next=false
931    for ac_pass in 1 2
932  do  do
933    case $ac_arg in    for ac_arg
934    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    do
935    | --no-cr | --no-c | -n ) continue ;;      case $ac_arg in
936    -no-recursion | --no-recursion | --no-recursio | --no-recursi \      -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
937    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
938      continue ;;        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
939    *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      esac
940      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;      case $ac_pass in
941    esac      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
942    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"      2)
943    # Get rid of the leading space.        ac_configure_args1="$ac_configure_args1 '$ac_arg'"
944    ac_sep=" "        if test $ac_must_keep_next = true; then
945            ac_must_keep_next=false # Got value, back to normal.
946          else
947            case $ac_arg in
948              *=* | --config-cache | -C | -disable-* | --disable-* \
949              | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
950              | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
951              | -with-* | --with-* | -without-* | --without-* | --x)
952                case "$ac_configure_args0 " in
953                  "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
954                esac
955                ;;
956              -* ) ac_must_keep_next=true ;;
957            esac
958          fi
959          ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
960          # Get rid of the leading space.
961          ac_sep=" "
962          ;;
963        esac
964      done
965  done  done
966    $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
967    $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
968    
969  # When interrupted or exit'd, cleanup temporary files, and complete  # When interrupted or exit'd, cleanup temporary files, and complete
970  # config.log.  We remove comments because anyway the quotes in there  # config.log.  We remove comments because anyway the quotes in there
# Line 1945  _ACEOF Line 1971  _ACEOF
1971       t end       t end
1972       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1973       : end' >>confcache       : end' >>confcache
1974  if cmp -s $cache_file confcache; then :; else  if diff $cache_file confcache >/dev/null 2>&1; then :; else
1975    if test -w $cache_file; then    if test -w $cache_file; then
1976      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1977      cat confcache >$cache_file      cat confcache >$cache_file
# Line 2287  _ASBOX Line 2313  _ASBOX
2313  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
2314    
2315  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
2316  generated by GNU Autoconf 2.54a.  Invocation command line was  generated by GNU Autoconf 2.54c.  Invocation command line was
2317    
2318    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
2319    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 2344  _ACEOF Line 2370  _ACEOF
2370  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
2371  ac_cs_version="\\  ac_cs_version="\\
2372  GNU Autoconf config.status 2.54c  GNU Autoconf config.status 2.54c
2373  configured by $0, generated by GNU Autoconf 2.54a,  configured by $0, generated by GNU Autoconf 2.54c,
2374    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2375    
2376  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.227  
changed lines
  Added in v.1.228

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