/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.194 by akim, Thu Jan 24 17:30:59 2002 UTC revision 1.195 by akim, Thu Jan 24 17:39:46 2002 UTC
# Line 432  do Line 432  do
432      with_fp=no ;;      with_fp=no ;;
433    
434    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
435    | --no-cr | --no-c | -n)    | --no-cr | --no-c)
436      no_create=yes ;;      no_create=yes ;;
437    
438    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
# Line 770  if test -n "$ac_init_help"; then Line 770  if test -n "$ac_init_help"; then
770     esac     esac
771    cat <<\_ACEOF    cat <<\_ACEOF
772    
 Optional Features:  
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  
   --disable-dependency-tracking Speeds up one-time builds  
   --enable-dependency-tracking  Do not reject slow dependency extractors  
   
773  Optional Packages:  Optional Packages:
774    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
775    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
# Line 919  for ac_arg Line 913  for ac_arg
913  do  do
914    case $ac_arg in    case $ac_arg in
915    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
916    | --no-cr | --no-c | -n ) continue ;;    | --no-cr | --no-c) continue ;;
917    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
918    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
919      continue ;;      continue ;;
# Line 1386  echo "${ECHO_T}no" >&6 Line 1380  echo "${ECHO_T}no" >&6
1380    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
1381  fi  fi
1382    
 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.  
 if test "${enable_dependency_tracking+set}" = set; then  
   enableval="$enable_dependency_tracking"  
   
 fi;  
 if test "x$enable_dependency_tracking" != xno; then  
   am_depcomp="$ac_aux_dir/depcomp"  
   AMDEPBACKSLASH='\'  
 fi  
   
   
 if test "x$enable_dependency_tracking" != xno; then  
   AMDEP_TRUE=  
   AMDEP_FALSE='#'  
 else  
   AMDEP_TRUE='#'  
   AMDEP_FALSE=  
 fi  
   
   
   
 rm -f .deps 2>/dev/null  
 mkdir .deps 2>/dev/null  
 if test -d .deps; then  
   DEPDIR=.deps  
 else  
   # MS-DOS does not allow filenames that begin with a dot.  
   DEPDIR=_deps  
 fi  
 rmdir .deps 2>/dev/null  
   
   
1383   # test to see if srcdir already configured   # test to see if srcdir already configured
1384  if test "`cd $srcdir && pwd`" != "`pwd`" &&  if test "`cd $srcdir && pwd`" != "`pwd`" &&
1385     test -f $srcdir/config.status; then     test -f $srcdir/config.status; then
# Line 1461  AMTAR=${AMTAR-"${am_missing_run}tar"} Line 1423  AMTAR=${AMTAR-"${am_missing_run}tar"}
1423    
1424  install_sh=${install_sh-"$am_aux_dir/install-sh"}  install_sh=${install_sh-"$am_aux_dir/install-sh"}
1425    
1426    # Installed binaries are usually stripped using `strip' when the user
1427    # run `make install-strip'.  However `strip' might not be the right
1428    # tool to use in cross-compilation environments, therefore Automake
1429    # will honor the `STRIP' environment variable to overrule this program.
1430    if test "$cross_compiling" != no; then
1431      if test -n "$ac_tool_prefix"; then
1432      # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1433    set dummy ${ac_tool_prefix}strip; ac_word=$2
1434    echo "$as_me:$LINENO: checking for $ac_word" >&5
1435    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1436    if test "${ac_cv_prog_STRIP+set}" = set; then
1437      echo $ECHO_N "(cached) $ECHO_C" >&6
1438    else
1439      if test -n "$STRIP"; then
1440      ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1441    else
1442    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1443    for as_dir in $PATH
1444    do
1445      IFS=$as_save_IFS
1446      test -z "$as_dir" && as_dir=.
1447      for ac_exec_ext in '' $ac_executable_extensions; do
1448      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1449        ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1450        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1451        break 2
1452      fi
1453    done
1454    done
1455    
1456    fi
1457    fi
1458    STRIP=$ac_cv_prog_STRIP
1459    if test -n "$STRIP"; then
1460      echo "$as_me:$LINENO: result: $STRIP" >&5
1461    echo "${ECHO_T}$STRIP" >&6
1462    else
1463      echo "$as_me:$LINENO: result: no" >&5
1464    echo "${ECHO_T}no" >&6
1465    fi
1466    
1467    fi
1468    if test -z "$ac_cv_prog_STRIP"; then
1469      ac_ct_STRIP=$STRIP
1470      # Extract the first word of "strip", so it can be a program name with args.
1471    set dummy strip; ac_word=$2
1472    echo "$as_me:$LINENO: checking for $ac_word" >&5
1473    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1474    if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1475      echo $ECHO_N "(cached) $ECHO_C" >&6
1476    else
1477      if test -n "$ac_ct_STRIP"; then
1478      ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1479    else
1480    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1481    for as_dir in $PATH
1482    do
1483      IFS=$as_save_IFS
1484      test -z "$as_dir" && as_dir=.
1485      for ac_exec_ext in '' $ac_executable_extensions; do
1486      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1487        ac_cv_prog_ac_ct_STRIP="strip"
1488        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1489        break 2
1490      fi
1491    done
1492    done
1493    
1494      test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1495    fi
1496    fi
1497    ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1498    if test -n "$ac_ct_STRIP"; then
1499      echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1500    echo "${ECHO_T}$ac_ct_STRIP" >&6
1501    else
1502      echo "$as_me:$LINENO: result: no" >&5
1503    echo "${ECHO_T}no" >&6
1504    fi
1505    
1506      STRIP=$ac_ct_STRIP
1507    else
1508      STRIP="$ac_cv_prog_STRIP"
1509    fi
1510    
1511    fi
1512  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1513    
1514  # We need awk for the "check" target.  The system "awk" is bad on  # We need awk for the "check" target.  The system "awk" is bad on
1515  # some platforms.  # some platforms.
1516    
1517    
1518    
1519    
1520  # Initialize the test suite and build position independent wrappers.  # Initialize the test suite and build position independent wrappers.
1521  ac_config_commands="$ac_config_commands tests/atconfig"  ac_config_commands="$ac_config_commands tests/atconfig"
1522    
# Line 1866  DEFS=`sed -n -f confdef2opt.sed confdefs Line 1916  DEFS=`sed -n -f confdef2opt.sed confdefs
1916  rm -f confdef2opt.sed  rm -f confdef2opt.sed
1917    
1918    
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then  
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.  
 Usually this means the macro was only invoked conditionally." >&5  
 echo "$as_me: error: conditional \"AMDEP\" was never defined.  
 Usually this means the macro was only invoked conditionally." >&2;}  
    { (exit 1); exit 1; }; }  
 fi  
1919    
1920  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
1921  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
# Line 2381  s,@AUTOHEADER@,$AUTOHEADER,;t t Line 2424  s,@AUTOHEADER@,$AUTOHEADER,;t t
2424  s,@MAKEINFO@,$MAKEINFO,;t t  s,@MAKEINFO@,$MAKEINFO,;t t
2425  s,@AMTAR@,$AMTAR,;t t  s,@AMTAR@,$AMTAR,;t t
2426  s,@install_sh@,$install_sh,;t t  s,@install_sh@,$install_sh,;t t
2427    s,@STRIP@,$STRIP,;t t
2428    s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2429  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2430  s,@AWK@,$AWK,;t t  s,@AWK@,$AWK,;t t
2431  s,@SET_MAKE@,$SET_MAKE,;t t  s,@SET_MAKE@,$SET_MAKE,;t t
 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t  
 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t  
 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t  
 s,@DEPDIR@,$DEPDIR,;t t  
2432  s,@EXPR@,$EXPR,;t t  s,@EXPR@,$EXPR,;t t
2433  s,@M4@,$M4,;t t  s,@M4@,$M4,;t t
2434  s,@HELP2MAN@,$HELP2MAN,;t t  s,@HELP2MAN@,$HELP2MAN,;t t

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195

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