/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.208 by akim, Mon Apr 22 13:27:31 2002 UTC revision 1.209 by akim, Mon Apr 22 14:33:05 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.53a for GNU Autoconf 2.53a.  # Generated by GNU Autoconf 2.53a for GNU Autoconf 2.53b.
4  #  #
5  # Report bugs to <bug-autoconf@gnu.org>.  # Report bugs to <bug-autoconf@gnu.org>.
6  #  #
# Line 8  Line 8 
8  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
9  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
10  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
11    if expr a : '\(a\)' >/dev/null 2>&1; then
12      as_expr=expr
13    else
14      as_expr=false
15    fi
16    
17    if mkdir -p . 2>/dev/null; then
18      as_mkdir_p=:
19    else
20      as_mkdir_p=false
21    fi
22    
23    
24    
25  ## --------------------- ##  ## --------------------- ##
26  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
27  ## --------------------- ##  ## --------------------- ##
# Line 16  Line 30 
30  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
31    emulate sh    emulate sh
32    NULLCMD=:    NULLCMD=:
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which  
   # is contrary to our usage.  Disable this feature.  
   alias -g '${1+"$@"}'='"$@"'  
33  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
34    set -o posix    set -o posix
35  fi  fi
# Line 57  fi Line 68  fi
68        { LC_MESSAGES=C; export LC_MESSAGES; }        { LC_MESSAGES=C; export LC_MESSAGES; }
69    
70    
 # Required to use basename.  
 if expr a : '\(a\)' >/dev/null 2>&1; then  
   as_expr=expr  
 else  
   as_expr=false  
 fi  
   
 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then  
   as_basename=basename  
 else  
   as_basename=false  
 fi  
   
   
71  # Name of the executable.  # Name of the executable.
72  as_me=`$as_basename "$0" ||  as_me=`(basename "$0") 2>/dev/null ||
73  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
74           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
75           X"$0" : 'X\(/\)$' \| \           X"$0" : 'X\(/\)$' \| \
# Line 83  echo X/"$0" | Line 80  echo X/"$0" |
80            /^X\/\(\/\).*/{ s//\1/; q; }            /^X\/\(\/\).*/{ s//\1/; q; }
81            s/.*/./; q'`            s/.*/./; q'`
82    
   
83  # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
84  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
85  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
# Line 150  do Line 146  do
146    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
147    test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
148    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }  
              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }  
149               CONFIG_SHELL=$as_dir/$as_base               CONFIG_SHELL=$as_dir/$as_base
150               export CONFIG_SHELL               export CONFIG_SHELL
151               exec "$CONFIG_SHELL" "$0" ${1+"$@"}               exec "$CONFIG_SHELL" "$0" ${1+"$@"}
# Line 224  else Line 218  else
218  fi  fi
219  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
220    
 if mkdir -p . 2>/dev/null; then  
   as_mkdir_p=:  
 else  
   as_mkdir_p=false  
 fi  
   
221  as_executable_p="test -f"  as_executable_p="test -f"
222    
223  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
# Line 274  SHELL=${CONFIG_SHELL-/bin/sh} Line 262  SHELL=${CONFIG_SHELL-/bin/sh}
262  # Identity of this package.  # Identity of this package.
263  PACKAGE_NAME='GNU Autoconf'  PACKAGE_NAME='GNU Autoconf'
264  PACKAGE_TARNAME='autoconf'  PACKAGE_TARNAME='autoconf'
265  PACKAGE_VERSION='2.53a'  PACKAGE_VERSION='2.53b'
266  PACKAGE_STRING='GNU Autoconf 2.53a'  PACKAGE_STRING='GNU Autoconf 2.53b'
267  PACKAGE_BUGREPORT='bug-autoconf@gnu.org'  PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
268    
269  ac_unique_file="ChangeLog"  ac_unique_file="ChangeLog"
# Line 723  if test "$ac_init_help" = "long"; then Line 711  if test "$ac_init_help" = "long"; then
711    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
712    # 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.
713    cat <<_ACEOF    cat <<_ACEOF
714  \`configure' configures GNU Autoconf 2.53a to adapt to many kinds of systems.  \`configure' configures GNU Autoconf 2.53b to adapt to many kinds of systems.
715    
716  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
717    
# Line 785  fi Line 773  fi
773    
774  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
775    case $ac_init_help in    case $ac_init_help in
776       short | recursive ) echo "Configuration of GNU Autoconf 2.53a:";;       short | recursive ) echo "Configuration of GNU Autoconf 2.53b:";;
777     esac     esac
778    cat <<\_ACEOF    cat <<\_ACEOF
779    
# Line 831  esac Line 819  esac
819  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
820  # absolute.  # absolute.
821  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
822  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
823  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
824  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
825    
# Line 857  fi Line 845  fi
845  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
846  if $ac_init_version; then  if $ac_init_version; then
847    cat <<\_ACEOF    cat <<\_ACEOF
848  GNU Autoconf configure 2.53a  GNU Autoconf configure 2.53b
849  generated by GNU Autoconf 2.53a  generated by GNU Autoconf 2.53a
850    
851  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Line 872  cat >&5 <<_ACEOF Line 860  cat >&5 <<_ACEOF
860  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
861  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
862    
863  It was created by GNU Autoconf $as_me 2.53a, which was  It was created by GNU Autoconf $as_me 2.53b, which was
864  generated by GNU Autoconf 2.53a.  Invocation command line was  generated by GNU Autoconf 2.53a.  Invocation command line was
865    
866    $ $0 $@    $ $0 $@
# Line 1152  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1140  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1140    
1141    
1142    
   
1143  ac_aux_dir=  ac_aux_dir=
1144  for ac_dir in config $srcdir/config; do  for ac_dir in config $srcdir/config; do
1145    if test -f $ac_dir/install-sh; then    if test -f $ac_dir/install-sh; then
# Line 1178  ac_config_guess="$SHELL $ac_aux_dir/conf Line 1165  ac_config_guess="$SHELL $ac_aux_dir/conf
1165  ac_config_sub="$SHELL $ac_aux_dir/config.sub"  ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1166  ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.  ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1167    
1168            ac_config_files="$ac_config_files config/Makefile"  ac_config_files="$ac_config_files config/Makefile"
1169    
1170    
1171  am__api_version="1.6a"  am__api_version="1.6a"
# Line 1410  fi Line 1397  fi
1397    
1398  # Define the identity of the package.  # Define the identity of the package.
1399   PACKAGE=autoconf   PACKAGE=autoconf
1400   VERSION=2.53a   VERSION=2.53b
1401    
1402    
1403  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 1538  INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst Line 1525  INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst
1525    
1526    
1527  # Initialize the test suite and build position independent wrappers.  # Initialize the test suite and build position independent wrappers.
1528            ac_config_commands="$ac_config_commands tests/atconfig"  ac_config_commands="$ac_config_commands tests/atconfig"
1529    
1530    
1531                      ac_config_files="$ac_config_files tests/Makefile tests/atlocal"  ac_config_files="$ac_config_files tests/Makefile tests/atlocal"
1532    
1533            ac_config_files="$ac_config_files tests/autoconf:tests/wrapsh.in"  ac_config_files="$ac_config_files tests/autoconf:tests/wrapsh.in"
1534    
1535            ac_config_files="$ac_config_files tests/autoheader:tests/wrappl.in"  ac_config_files="$ac_config_files tests/autoheader:tests/wrappl.in"
1536    
1537            ac_config_files="$ac_config_files tests/autom4te:tests/wrappl.in"  ac_config_files="$ac_config_files tests/autom4te:tests/wrappl.in"
1538    
1539            ac_config_files="$ac_config_files tests/autoreconf:tests/wrappl.in"  ac_config_files="$ac_config_files tests/autoreconf:tests/wrappl.in"
1540    
1541            ac_config_files="$ac_config_files tests/autoscan:tests/wrappl.in"  ac_config_files="$ac_config_files tests/autoscan:tests/wrappl.in"
1542    
1543            ac_config_files="$ac_config_files tests/autoupdate:tests/wrappl.in"  ac_config_files="$ac_config_files tests/autoupdate:tests/wrappl.in"
1544    
1545            ac_config_files="$ac_config_files tests/ifnames:tests/wrappl.in"  ac_config_files="$ac_config_files tests/ifnames:tests/wrappl.in"
1546    
1547  # Extract the first word of "expr", so it can be a program name with args.  # Extract the first word of "expr", so it can be a program name with args.
1548  set dummy expr; ac_word=$2  set dummy expr; ac_word=$2
# Line 1668  echo "$as_me: error: GNU M4 1.4 is requi Line 1655  echo "$as_me: error: GNU M4 1.4 is requi
1655  fi  fi
1656    
1657  # Man pages.  # Man pages.
1658            ac_config_files="$ac_config_files man/Makefile"  ac_config_files="$ac_config_files man/Makefile"
1659    
1660    
1661  HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"}  HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"}
# Line 1727  echo "$as_me: error: Perl 5.005_03 or be Line 1714  echo "$as_me: error: Perl 5.005_03 or be
1714  }  }
1715    
1716  # Emacs modes.  # Emacs modes.
1717            ac_config_files="$ac_config_files lib/emacs/Makefile"  ac_config_files="$ac_config_files lib/emacs/Makefile"
1718    
1719  test x"$EMACS" = xt && EMACS=  test x"$EMACS" = xt && EMACS=
1720  for ac_prog in emacs xemacs  for ac_prog in emacs xemacs
# Line 1864  fi; Line 1851  fi;
1851    
1852    
1853    
1854                                                                                            ac_config_files="$ac_config_files Makefile doc/Makefile lib/Makefile lib/Autom4te/Makefile lib/autoscan/Makefile lib/m4sugar/Makefile lib/autoconf/Makefile lib/autotest/Makefile bin/Makefile"  ac_config_files="$ac_config_files Makefile doc/Makefile lib/Makefile lib/Autom4te/Makefile lib/autoscan/Makefile lib/m4sugar/Makefile lib/autoconf/Makefile lib/autotest/Makefile bin/Makefile"
1855    
1856    
1857  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
# Line 1877  cat >confcache <<\_ACEOF Line 1864  cat >confcache <<\_ACEOF
1864  # config.status only pays attention to the cache file if you give it  # config.status only pays attention to the cache file if you give it
1865  # the --recheck option to rerun configure.  # the --recheck option to rerun configure.
1866  #  #
1867  # `ac_cv_env_foo' variables (set or unset) will be overridden when  # `ac_cv_env_foo' variables (set or unset) will be overriden when
1868  # loading this file, other *unset* `ac_cv_foo' will be assigned the  # loading this file, other *unset* `ac_cv_foo' will be assigned the
1869  # following values.  # following values.
1870    
# Line 1992  SHELL=\${CONFIG_SHELL-$SHELL} Line 1979  SHELL=\${CONFIG_SHELL-$SHELL}
1979  _ACEOF  _ACEOF
1980    
1981  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
1982    
1983  ## --------------------- ##  ## --------------------- ##
1984  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
1985  ## --------------------- ##  ## --------------------- ##
# Line 2000  cat >>$CONFIG_STATUS <<\_ACEOF Line 1988  cat >>$CONFIG_STATUS <<\_ACEOF
1988  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1989    emulate sh    emulate sh
1990    NULLCMD=:    NULLCMD=:
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which  
   # is contrary to our usage.  Disable this feature.  
   alias -g '${1+"$@"}'='"$@"'  
1991  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1992    set -o posix    set -o posix
1993  fi  fi
# Line 2041  fi Line 2026  fi
2026        { LC_MESSAGES=C; export LC_MESSAGES; }        { LC_MESSAGES=C; export LC_MESSAGES; }
2027    
2028    
 # Required to use basename.  
 if expr a : '\(a\)' >/dev/null 2>&1; then  
   as_expr=expr  
 else  
   as_expr=false  
 fi  
   
 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then  
   as_basename=basename  
 else  
   as_basename=false  
 fi  
   
   
2029  # Name of the executable.  # Name of the executable.
2030  as_me=`$as_basename "$0" ||  as_me=`(basename "$0") 2>/dev/null ||
2031  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2032           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
2033           X"$0" : 'X\(/\)$' \| \           X"$0" : 'X\(/\)$' \| \
# Line 2067  echo X/"$0" | Line 2038  echo X/"$0" |
2038            /^X\/\(\/\).*/{ s//\1/; q; }            /^X\/\(\/\).*/{ s//\1/; q; }
2039            s/.*/./; q'`            s/.*/./; q'`
2040    
   
2041  # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
2042  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
2043  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
# Line 2135  do Line 2105  do
2105    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2106    test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
2107    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }  
              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }  
2108               CONFIG_SHELL=$as_dir/$as_base               CONFIG_SHELL=$as_dir/$as_base
2109               export CONFIG_SHELL               export CONFIG_SHELL
2110               exec "$CONFIG_SHELL" "$0" ${1+"$@"}               exec "$CONFIG_SHELL" "$0" ${1+"$@"}
# Line 2210  else Line 2178  else
2178  fi  fi
2179  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
2180    
 if mkdir -p . 2>/dev/null; then  
   as_mkdir_p=:  
 else  
   as_mkdir_p=false  
 fi  
   
2181  as_executable_p="test -f"  as_executable_p="test -f"
2182    
2183  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
# Line 2248  _ASBOX Line 2210  _ASBOX
2210  } >&5  } >&5
2211  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
2212    
2213  This file was extended by GNU Autoconf $as_me 2.53a, which was  This file was extended by GNU Autoconf $as_me 2.53b, which was
2214  generated by GNU Autoconf 2.53a.  Invocation command line was  generated by GNU Autoconf 2.53a.  Invocation command line was
2215    
2216    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 2305  _ACEOF Line 2267  _ACEOF
2267    
2268  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
2269  ac_cs_version="\\  ac_cs_version="\\
2270  GNU Autoconf config.status 2.53a  GNU Autoconf config.status 2.53b
2271  configured by $0, generated by GNU Autoconf 2.53a,  configured by $0, generated by GNU Autoconf 2.53a,
2272    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2273    
# Line 2327  do Line 2289  do
2289    --*=*)    --*=*)
2290      ac_option=`expr "x$1" : 'x\([^=]*\)='`      ac_option=`expr "x$1" : 'x\([^=]*\)='`
2291      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2292      ac_shift=:      shift
2293      ;;      set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
2294    -*)      shift
     ac_option=$1  
     ac_optarg=$2  
     ac_shift=shift  
2295      ;;      ;;
2296      -*);;
2297    *) # This is not an option, so the user has probably given explicit    *) # This is not an option, so the user has probably given explicit
2298       # arguments.       # arguments.
      ac_option=$1  
2299       ac_need_defaults=false;;       ac_need_defaults=false;;
2300    esac    esac
2301    
2302    case $ac_option in    case $1 in
2303    # Handling of the options.    # Handling of the options.
2304  _ACEOF  _ACEOF
2305  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
# Line 2363  Try \`$0 --help' for more information." Line 2322  Try \`$0 --help' for more information."
2322    --debug | --d* | -d )    --debug | --d* | -d )
2323      debug=: ;;      debug=: ;;
2324    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
2325      $ac_shift      shift
2326      CONFIG_FILES="$CONFIG_FILES $ac_optarg"      CONFIG_FILES="$CONFIG_FILES $1"
2327      ac_need_defaults=false;;      ac_need_defaults=false;;
2328    --header | --heade | --head | --hea )    --header | --heade | --head | --hea )
2329      $ac_shift      shift
2330      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"      CONFIG_HEADERS="$CONFIG_HEADERS $1"
2331      ac_need_defaults=false;;      ac_need_defaults=false;;
2332    
2333    # This is an error.    # This is an error.
# Line 2644  esac Line 2603  esac
2603  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2604  # absolute.  # absolute.
2605  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2606  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
2607  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2608  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
2609    
# Line 2784  esac Line 2743  esac
2743  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2744  # absolute.  # absolute.
2745  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2746  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
2747  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2748  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
2749    

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.209

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