OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [libgloss/] [configure] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 1... Line 1...
#! /bin/sh
#! /bin/sh
 
 
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12.1
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
# gives unlimited permission to copy, distribute and modify it.
 
 
Line 26... Line 26...
program_prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
program_transform_name=s,x,x,
silent=
silent=
site=
site=
 
sitefile=
srcdir=
srcdir=
target=NONE
target=NONE
verbose=
verbose=
x_includes=NONE
x_includes=NONE
x_libraries=NONE
x_libraries=NONE
Line 140... Line 141...
Configuration:
Configuration:
  --cache-file=FILE       cache test results in FILE
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --help                  print this message
  --no-create             do not create output files
  --no-create             do not create output files
  --quiet, --silent       do not print \`checking...' messages
  --quiet, --silent       do not print \`checking...' messages
 
  --site-file=FILE        use FILE as the site file
  --version               print the version of autoconf that created configure
  --version               print the version of autoconf that created configure
Directory and file names:
Directory and file names:
  --prefix=PREFIX         install architecture-independent files in PREFIX
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
                          [$ac_default_prefix]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
Line 310... Line 312...
  -site | --site | --sit)
  -site | --site | --sit)
    ac_prev=site ;;
    ac_prev=site ;;
  -site=* | --site=* | --sit=*)
  -site=* | --site=* | --sit=*)
    site="$ac_optarg" ;;
    site="$ac_optarg" ;;
 
 
 
  -site-file | --site-file | --site-fil | --site-fi | --site-f)
 
    ac_prev=sitefile ;;
 
  -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
 
    sitefile="$ac_optarg" ;;
 
 
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    ac_prev=srcdir ;;
    ac_prev=srcdir ;;
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    srcdir="$ac_optarg" ;;
    srcdir="$ac_optarg" ;;
 
 
Line 331... Line 338...
 
 
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    verbose=yes ;;
    verbose=yes ;;
 
 
  -version | --version | --versio | --versi | --vers)
  -version | --version | --versio | --versi | --vers)
    echo "configure generated by autoconf version 2.12.1"
    echo "configure generated by autoconf version 2.13"
    exit 0 ;;
    exit 0 ;;
 
 
  -with-* | --with-*)
  -with-* | --with-*)
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    # Reject names that are not valid shell variable names.
Line 475... Line 482...
  fi
  fi
fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
 
 
# Prefer explicitly selected file to automatically selected ones.
# Prefer explicitly selected file to automatically selected ones.
 
if test -z "$sitefile"; then
if test -z "$CONFIG_SITE"; then
if test -z "$CONFIG_SITE"; then
  if test "x$prefix" != xNONE; then
  if test "x$prefix" != xNONE; then
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  else
  else
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
  fi
fi
fi
 
else
 
  CONFIG_SITE="$sitefile"
 
fi
for ac_site_file in $CONFIG_SITE; do
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
  if test -r "$ac_site_file"; then
    echo "loading site script $ac_site_file"
    echo "loading site script $ac_site_file"
    . "$ac_site_file"
    . "$ac_site_file"
  fi
  fi
Line 501... Line 512...
 
 
ac_ext=c
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
cross_compiling=$ac_cv_prog_cc_cross
 
 
 
ac_exeext=
 
ac_objext=o
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    ac_n= ac_c='
    ac_n= ac_c='
' ac_t='        '
' ac_t='        '
Line 563... Line 576...
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
echo "configure:569: checking for a BSD compatible install" >&5
echo "configure:582: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
  echo $ac_n "(cached) $ac_c" 1>&6
else
else
    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
  for ac_dir in $PATH; do
  for ac_dir in $PATH; do
    # Account for people who put trailing slashes in PATH elements.
    # Account for people who put trailing slashes in PATH elements.
    case "$ac_dir/" in
    case "$ac_dir/" in
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    *)
    *)
Line 611... Line 624...
 
 
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
 
 
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
 
 
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 
 
 
 
 
# Do some error checking and defaulting for the host and target type.
# Do some error checking and defaulting for the host and target type.
Line 642... Line 657...
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
fi
 
 
echo $ac_n "checking host system type""... $ac_c" 1>&6
echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:648: checking host system type" >&5
echo "configure:663: checking host system type" >&5
 
 
host_alias=$host
host_alias=$host
case "$host_alias" in
case "$host_alias" in
NONE)
NONE)
  case $nonopt in
  case $nonopt in
Line 663... Line 678...
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6
echo "$ac_t""$host" 1>&6
 
 
echo $ac_n "checking target system type""... $ac_c" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6
echo "configure:669: checking target system type" >&5
echo "configure:684: checking target system type" >&5
 
 
target_alias=$target
target_alias=$target
case "$target_alias" in
case "$target_alias" in
NONE)
NONE)
  case $nonopt in
  case $nonopt in
Line 681... Line 696...
target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6
echo "$ac_t""$target" 1>&6
 
 
echo $ac_n "checking build system type""... $ac_c" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6
echo "configure:687: checking build system type" >&5
echo "configure:702: checking build system type" >&5
 
 
build_alias=$build
build_alias=$build
case "$build_alias" in
case "$build_alias" in
NONE)
NONE)
  case $nonopt in
  case $nonopt in
Line 705... Line 720...
    NONENONEs,x,x, &&
    NONENONEs,x,x, &&
  program_prefix=${target_alias}-
  program_prefix=${target_alias}-
 
 
 
 
if test -z "${with_multisubdir}" ; then
if test -z "${with_multisubdir}" ; then
  configdirs="doc"
  configdirs="doc libnosys"
else
else
  configdirs=""
  configdirs="libnosys"
fi
fi
 
 
case "${target}" in
case "${target}" in
 
  i386-*-elf*)
 
        configdirs="${configdirs} i386 testsuite";
 
        ;;
  m32r-*-*)
  m32r-*-*)
        configdirs="${configdirs} m32r testsuite"
        configdirs="${configdirs} m32r testsuite"
        ;;
        ;;
  m68*-*-*)
  m68*-*-*)
        configdirs="${configdirs} m68k testsuite"
        configdirs="${configdirs} m68k testsuite"
Line 744... Line 762...
        configdirs="${configdirs} mips testsuite"
        configdirs="${configdirs} mips testsuite"
        ;;
        ;;
  powerpc-*-*|powerpcle-*-*)
  powerpc-*-*|powerpcle-*-*)
        configdirs="${configdirs} rs6000 testsuite"
        configdirs="${configdirs} rs6000 testsuite"
        ;;
        ;;
 
  mn10200-*-*)
 
        configdirs="${configdirs} mn10200 testsuite"
 
        ;;
  mn10300-*-*)
  mn10300-*-*)
        configdirs="${configdirs} mn10300 testsuite"
        configdirs="${configdirs} mn10300 testsuite"
        ;;
        ;;
 
  d30v-*-*)
 
        configdirs="${configdirs} d30v testsuite"
 
        ;;
 
  fr30-*-*)
 
        configdirs="${configdirs} fr30 testsuite"
 
        ;;
 
  mcore-*-*)
 
        configdirs="${configdirs} mcore testsuite"
 
        ;;
esac
esac
 
 
# temporarily strip out testsuite
# temporarily strip out testsuite
configdirs=`echo $configdirs | sed 's/testsuite//'`
configdirs=`echo $configdirs | sed 's/testsuite//'`
 
 
Line 766... Line 796...
 
 
 
 
# Extract the first word of "gcc", so it can be a program name with args.
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:779: checking for $ac_word" >&5
echo "configure:826: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
  echo $ac_n "(cached) $ac_c" 1>&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  for ac_dir in $PATH; do
  ac_dummy="$PATH"
 
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="gcc"
      ac_cv_prog_CC="gcc"
      break
      break
    fi
    fi
Line 795... Line 826...
 
 
if test -z "$CC"; then
if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:808: checking for $ac_word" >&5
echo "configure:856: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
  echo $ac_n "(cached) $ac_c" 1>&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  ac_prog_rejected=no
  ac_prog_rejected=no
  for ac_dir in $PATH; do
  ac_dummy="$PATH"
 
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
    if test -f $ac_dir/$ac_word; then
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes
        ac_prog_rejected=yes
        continue
        continue
Line 843... Line 875...
 
 
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi
fi
 
 
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
echo "configure:856: checking whether we are using GNU C" >&5
echo "configure:905: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
  echo $ac_n "(cached) $ac_c" 1>&6
else
else
  cat > conftest.c <
  cat > conftest.c <
#ifdef __GNUC__
#ifdef __GNUC__
  yes;
  yes;
#endif
#endif
EOF
EOF
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  ac_cv_prog_gcc=yes
  ac_cv_prog_gcc=yes
else
else
  ac_cv_prog_gcc=no
  ac_cv_prog_gcc=no
fi
fi
fi
fi
Line 867... Line 899...
  GCC=yes
  GCC=yes
  ac_test_CFLAGS="${CFLAGS+set}"
  ac_test_CFLAGS="${CFLAGS+set}"
  ac_save_CFLAGS="$CFLAGS"
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS=
  CFLAGS=
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
echo "configure:880: checking whether ${CC-cc} accepts -g" >&5
echo "configure:929: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
  echo $ac_n "(cached) $ac_c" 1>&6
else
else
  echo 'void f(){}' > conftest.c
  echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
Line 899... Line 931...
AS=${AS-as}
AS=${AS-as}
 
 
# Extract the first word of "ar", so it can be a program name with args.
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
set dummy ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:912: checking for $ac_word" >&5
echo "configure:961: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
  echo $ac_n "(cached) $ac_c" 1>&6
else
else
  if test -n "$AR"; then
  if test -n "$AR"; then
  ac_cv_prog_AR="$AR" # Let the user override the test.
  ac_cv_prog_AR="$AR" # Let the user override the test.
else
else
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  for ac_dir in $PATH; do
  ac_dummy="$PATH"
 
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_AR="ar"
      ac_cv_prog_AR="ar"
      break
      break
    fi
    fi
Line 932... Line 965...
LD=${LD-ld}
LD=${LD-ld}
 
 
# Extract the first word of "ranlib", so it can be a program name with args.
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:945: checking for $ac_word" >&5
echo "configure:995: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
  echo $ac_n "(cached) $ac_c" 1>&6
else
else
  if test -n "$RANLIB"; then
  if test -n "$RANLIB"; then
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
else
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  for ac_dir in $PATH; do
  ac_dummy="$PATH"
 
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_RANLIB="ranlib"
      ac_cv_prog_RANLIB="ranlib"
      break
      break
    fi
    fi
Line 989... Line 1023...
# but we know of no workaround that is simple, portable, and efficient.
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
# and sets the high bit in the cache file unless we assign to the vars.
(set) 2>&1 |
(set) 2>&1 |
  case `(ac_space=' '; set) 2>&1` in
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
  *ac_space=\ *)
  *ac_space=\ *)
    # `set' does not quote correctly, so add quotes (double-quote substitution
    # `set' does not quote correctly, so add quotes (double-quote substitution
    # turns \\\\ into \\, and sed turns \\ into \).
    # turns \\\\ into \\, and sed turns \\ into \).
    sed -n \
    sed -n \
      -e "s/'/'\\\\''/g" \
      -e "s/'/'\\\\''/g" \
Line 1068... Line 1102...
  case "\$ac_option" in
  case "\$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    echo "$CONFIG_STATUS generated by autoconf version 2.12.1"
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    exit 0 ;;
    exit 0 ;;
  -help | --help | --hel | --he | --h)
  -help | --help | --hel | --he | --h)
    echo "\$ac_cs_usage"; exit 0 ;;
    echo "\$ac_cs_usage"; exit 0 ;;
  *) echo "\$ac_cs_usage"; exit 1 ;;
  *) echo "\$ac_cs_usage"; exit 1 ;;
  esac
  esac
Line 1092... Line 1126...
$extrasub
$extrasub
s%@SHELL@%$SHELL%g
s%@SHELL@%$SHELL%g
s%@CFLAGS@%$CFLAGS%g
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
 
s%@FFLAGS@%$FFLAGS%g
s%@DEFS@%$DEFS%g
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
s%@LIBS@%$LIBS%g
s%@exec_prefix@%$exec_prefix%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@prefix@%$prefix%g
Line 1111... Line 1146...
s%@includedir@%$includedir%g
s%@includedir@%$includedir%g
s%@oldincludedir@%$oldincludedir%g
s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@mandir@%$mandir%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
 
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@host@%$host%g
s%@host@%$host%g
s%@host_alias@%$host_alias%g
s%@host_alias@%$host_alias%g
s%@host_cpu@%$host_cpu%g
s%@host_cpu@%$host_cpu%g
s%@host_vendor@%$host_vendor%g
s%@host_vendor@%$host_vendor%g

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.