Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 1226:227ceb186ba7
prev1225:73dd41cb37a8
next1228:8168aa94e6d7
author nkeynes
date Thu Feb 23 14:59:58 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change mem_stream_class should be static (to avoid potential conflicts with the
real one)
file annotate diff log raw
1.1 --- a/configure Thu Feb 23 08:41:07 2012 +1000
1.2 +++ b/configure Thu Feb 23 14:59:58 2012 +1000
1.3 @@ -720,6 +720,7 @@
1.4 SED
1.5 CCAS
1.6 CCASFLAGS
1.7 +RANLIB
1.8 GREP
1.9 EGREP
1.10 OBJCDEPMODE
1.11 @@ -7335,6 +7336,102 @@
1.12
1.13
1.14
1.15 +if test -n "$ac_tool_prefix"; then
1.16 + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1.17 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1.18 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.19 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.20 +if test "${ac_cv_prog_RANLIB+set}" = set; then
1.21 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.22 +else
1.23 + if test -n "$RANLIB"; then
1.24 + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1.25 +else
1.26 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.27 +for as_dir in $PATH
1.28 +do
1.29 + IFS=$as_save_IFS
1.30 + test -z "$as_dir" && as_dir=.
1.31 + for ac_exec_ext in '' $ac_executable_extensions; do
1.32 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.33 + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1.34 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.35 + break 2
1.36 + fi
1.37 +done
1.38 +done
1.39 +IFS=$as_save_IFS
1.40 +
1.41 +fi
1.42 +fi
1.43 +RANLIB=$ac_cv_prog_RANLIB
1.44 +if test -n "$RANLIB"; then
1.45 + { echo "$as_me:$LINENO: result: $RANLIB" >&5
1.46 +echo "${ECHO_T}$RANLIB" >&6; }
1.47 +else
1.48 + { echo "$as_me:$LINENO: result: no" >&5
1.49 +echo "${ECHO_T}no" >&6; }
1.50 +fi
1.51 +
1.52 +
1.53 +fi
1.54 +if test -z "$ac_cv_prog_RANLIB"; then
1.55 + ac_ct_RANLIB=$RANLIB
1.56 + # Extract the first word of "ranlib", so it can be a program name with args.
1.57 +set dummy ranlib; ac_word=$2
1.58 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.59 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.60 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
1.61 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.62 +else
1.63 + if test -n "$ac_ct_RANLIB"; then
1.64 + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
1.65 +else
1.66 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.67 +for as_dir in $PATH
1.68 +do
1.69 + IFS=$as_save_IFS
1.70 + test -z "$as_dir" && as_dir=.
1.71 + for ac_exec_ext in '' $ac_executable_extensions; do
1.72 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.73 + ac_cv_prog_ac_ct_RANLIB="ranlib"
1.74 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.75 + break 2
1.76 + fi
1.77 +done
1.78 +done
1.79 +IFS=$as_save_IFS
1.80 +
1.81 +fi
1.82 +fi
1.83 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
1.84 +if test -n "$ac_ct_RANLIB"; then
1.85 + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
1.86 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
1.87 +else
1.88 + { echo "$as_me:$LINENO: result: no" >&5
1.89 +echo "${ECHO_T}no" >&6; }
1.90 +fi
1.91 +
1.92 + if test "x$ac_ct_RANLIB" = x; then
1.93 + RANLIB=":"
1.94 + else
1.95 + case $cross_compiling:$ac_tool_warned in
1.96 +yes:)
1.97 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.98 +whose name does not start with the host triplet. If you think this
1.99 +configuration is useful to you, please write to autoconf@gnu.org." >&5
1.100 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.101 +whose name does not start with the host triplet. If you think this
1.102 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.103 +ac_tool_warned=yes ;;
1.104 +esac
1.105 + RANLIB=$ac_ct_RANLIB
1.106 + fi
1.107 +else
1.108 + RANLIB="$ac_cv_prog_RANLIB"
1.109 +fi
1.110 +
1.111
1.112 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
1.113 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
1.114 @@ -16369,6 +16466,7 @@
1.115 SED!$SED$ac_delim
1.116 CCAS!$CCAS$ac_delim
1.117 CCASFLAGS!$CCASFLAGS$ac_delim
1.118 +RANLIB!$RANLIB$ac_delim
1.119 GREP!$GREP$ac_delim
1.120 EGREP!$EGREP$ac_delim
1.121 OBJCDEPMODE!$OBJCDEPMODE$ac_delim
1.122 @@ -16455,7 +16553,6 @@
1.123 XGETTEXT!$XGETTEXT$ac_delim
1.124 CATALOGS!$CATALOGS$ac_delim
1.125 CATOBJEXT!$CATOBJEXT$ac_delim
1.126 -DATADIRNAME!$DATADIRNAME$ac_delim
1.127 _ACEOF
1.128
1.129 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
1.130 @@ -16497,6 +16594,7 @@
1.131 ac_delim='%!_!# '
1.132 for ac_last_try in false false false false false :; do
1.133 cat >conf$$subs.sed <<_ACEOF
1.134 +DATADIRNAME!$DATADIRNAME$ac_delim
1.135 GMOFILES!$GMOFILES$ac_delim
1.136 INSTOBJEXT!$INSTOBJEXT$ac_delim
1.137 INTLLIBS!$INTLLIBS$ac_delim
1.138 @@ -16509,7 +16607,7 @@
1.139 LTLIBOBJS!$LTLIBOBJS$ac_delim
1.140 _ACEOF
1.141
1.142 - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
1.143 + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 11; then
1.144 break
1.145 elif $ac_last_try; then
1.146 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
.