/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.213 by akim, Thu Jul 18 15:37:49 2002 UTC revision 1.214 by eggert, Sat Aug 31 05:52:09 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.53b for GNU Autoconf 2.53c.  # Generated by GNU Autoconf 2.53c for GNU Autoconf 2.53c.
4  #  #
5  # Report bugs to <bug-autoconf@gnu.org>.  # Report bugs to <bug-autoconf@gnu.org>.
6  #  #
# Line 32  else Line 32  else
32  fi  fi
33    
34  (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&  (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
35      { $as_unset LANG || test "${LANG+set}" != set; } ||      { $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }; }
       { LANG=C; export LANG; }  
36  (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&  (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
37      { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||      { $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }; }
       { LC_ALL=C; export LC_ALL; }  
38  (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&  (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
39      { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||      { $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }; }
       { LC_TIME=C; export LC_TIME; }  
40  (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&  (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
41      { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||      { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }; }
       { LC_CTYPE=C; export LC_CTYPE; }  
42  (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&  (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
43      { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||      { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }; }
       { LANGUAGE=C; export LANGUAGE; }  
44  (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&  (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
45      { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||      { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }; }
       { LC_COLLATE=C; export LC_COLLATE; }  
46  (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&  (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
47      { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||      { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }; }
       { LC_NUMERIC=C; export LC_NUMERIC; }  
48  (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&  (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
49      { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||      { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }; }
       { LC_MESSAGES=C; export LC_MESSAGES; }  
50    
51    
52  # Required to use basename.  # Required to use basename.
# Line 97  if test "${PATH_SEPARATOR+set}" != set; Line 89  if test "${PATH_SEPARATOR+set}" != set;
89    echo "#! /bin/sh" >conftest.sh    echo "#! /bin/sh" >conftest.sh
90    echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conftest.sh
91    chmod +x conftest.sh    chmod +x conftest.sh
92    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
93      PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
94    else    else
95      PATH_SEPARATOR=:      PATH_SEPARATOR=:
# Line 246  as_nl=' Line 238  as_nl='
238  IFS="   $as_nl"  IFS="   $as_nl"
239    
240  # CDPATH.  # CDPATH.
241  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }  $as_unset CDPATH
242    
243    
244  # Name of the host.  # Name of the host.
# Line 705  if test ! -r $srcdir/$ac_unique_file; th Line 697  if test ! -r $srcdir/$ac_unique_file; th
697     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
698    fi    fi
699  fi  fi
700    (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701      { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702       { (exit 1); exit 1; }; }
703  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704  ac_env_build_alias_set=${build_alias+set}  ac_env_build_alias_set=${build_alias+set}
705  ac_env_build_alias_value=$build_alias  ac_env_build_alias_value=$build_alias
# Line 868  test -n "$ac_init_help" && exit 0 Line 863  test -n "$ac_init_help" && exit 0
863  if $ac_init_version; then  if $ac_init_version; then
864    cat <<\_ACEOF    cat <<\_ACEOF
865  GNU Autoconf configure 2.53c  GNU Autoconf configure 2.53c
866  generated by GNU Autoconf 2.53b  generated by GNU Autoconf 2.53c
867    
868  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
869  Free Software Foundation, Inc.  Free Software Foundation, Inc.
# Line 883  This file contains any messages produced Line 878  This file contains any messages produced
878  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
879    
880  It was created by GNU Autoconf $as_me 2.53c, which was  It was created by GNU Autoconf $as_me 2.53c, which was
881  generated by GNU Autoconf 2.53b.  Invocation command line was  generated by GNU Autoconf 2.53c.  Invocation command line was
882    
883    $ $0 $@    $ $0 $@
884    
# Line 1464  _ACEOF Line 1459  _ACEOF
1459    
1460  # Some tools Automake needs.  # Some tools Automake needs.
1461    
1462  ACLOCAL=${ACLOCAL-"${am_missing_run}"aclocal-${am__api_version}""}  ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1463    
1464    
1465  AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}  AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1466    
1467    
1468  AUTOMAKE=${AUTOMAKE-"${am_missing_run}"automake-${am__api_version}""}  AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1469    
1470    
1471  AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}  AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
# Line 2081  else Line 2076  else
2076  fi  fi
2077    
2078  (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&  (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
2079      { $as_unset LANG || test "${LANG+set}" != set; } ||      { $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }; }
       { LANG=C; export LANG; }  
2080  (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&  (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
2081      { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||      { $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }; }
       { LC_ALL=C; export LC_ALL; }  
2082  (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&  (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
2083      { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||      { $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }; }
       { LC_TIME=C; export LC_TIME; }  
2084  (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&  (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
2085      { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||      { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }; }
       { LC_CTYPE=C; export LC_CTYPE; }  
2086  (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&  (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
2087      { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||      { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }; }
       { LANGUAGE=C; export LANGUAGE; }  
2088  (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&  (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
2089      { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||      { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }; }
       { LC_COLLATE=C; export LC_COLLATE; }  
2090  (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&  (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
2091      { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||      { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }; }
       { LC_NUMERIC=C; export LC_NUMERIC; }  
2092  (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&  (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
2093      { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||      { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }; }
       { LC_MESSAGES=C; export LC_MESSAGES; }  
2094    
2095    
2096  # Required to use basename.  # Required to use basename.
# Line 2146  if test "${PATH_SEPARATOR+set}" != set; Line 2133  if test "${PATH_SEPARATOR+set}" != set;
2133    echo "#! /bin/sh" >conftest.sh    echo "#! /bin/sh" >conftest.sh
2134    echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conftest.sh
2135    chmod +x conftest.sh    chmod +x conftest.sh
2136    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
2137      PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
2138    else    else
2139      PATH_SEPARATOR=:      PATH_SEPARATOR=:
# Line 2297  as_nl=' Line 2284  as_nl='
2284  IFS="   $as_nl"  IFS="   $as_nl"
2285    
2286  # CDPATH.  # CDPATH.
2287  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }  $as_unset CDPATH
2288    
2289  exec 6>&1  exec 6>&1
2290    
# Line 2314  _ASBOX Line 2301  _ASBOX
2301  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
2302    
2303  This file was extended by GNU Autoconf $as_me 2.53c, which was  This file was extended by GNU Autoconf $as_me 2.53c, which was
2304  generated by GNU Autoconf 2.53b.  Invocation command line was  generated by GNU Autoconf 2.53c.  Invocation command line was
2305    
2306    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
2307    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 2371  _ACEOF Line 2358  _ACEOF
2358  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
2359  ac_cs_version="\\  ac_cs_version="\\
2360  GNU Autoconf config.status 2.53c  GNU Autoconf config.status 2.53c
2361  configured by $0, generated by GNU Autoconf 2.53b,  configured by $0, generated by GNU Autoconf 2.53c,
2362    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2363    
2364  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.213  
changed lines
  Added in v.1.214

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