test -n "$MAKE" || MAKE="no"
- #if test "`eval echo '$'"MAKE"`" = "no"; then
r="`eval echo '$'"MAKE"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"MAKE"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"MAKE"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:851: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
for ac_prog in find
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:855: checking for $ac_word" >&5
+echo "configure:889: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_FIND'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$FIND" || FIND="no"
- #if test "`eval echo '$'"FIND"`" = "no"; then
r="`eval echo '$'"FIND"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"FIND"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"FIND"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:949: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:920: checking for $ac_word" >&5
+echo "configure:988: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$TAR" || TAR="no"
- #if test "`eval echo '$'"TAR"`" = "no"; then
r="`eval echo '$'"TAR"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"TAR"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"TAR"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:1048: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
if test "x`uname`" = "xHP-UX"; then
# Extract the first word of "bash", so it can be a program name with args.
set dummy bash; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:983: checking for $ac_word" >&5
+echo "configure:1085: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "bash", so it can be a program name with args.
set dummy bash; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1023: checking for $ac_word" >&5
+echo "configure:1125: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_SHELL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "bash", so it can be a program name with args.
set dummy bash; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1060: checking for $ac_word" >&5
+echo "configure:1162: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1103: checking for $ac_word" >&5
+echo "configure:1205: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_PYTHON'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$PYTHON" || PYTHON="no"
- #if test "`eval echo '$'"PYTHON"`" = "no"; then
r="`eval echo '$'"PYTHON"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"PYTHON"`' : '.*\(echo\)' > /dev/null; then
true
fi
-# if ! expr '`eval echo '$'"PYTHON"`' : '.*\(echo\)' > /dev/null; then
- if test $? -ne 0; then
+ if test $? -eq 0; then
# Extract the first word of "python", so it can be a program name with args.
set dummy python; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1165: checking for $ac_word" >&5
+echo "configure:1265: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
echo "$ac_t""no" 1>&6
fi
+ if test -n ""; then
+
+ r="`eval echo '$'"PYTHON"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:1301: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
fi
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1342: checking for $ac_word" >&5
+echo "configure:1477: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1372: checking for $ac_word" >&5
+echo "configure:1507: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1423: checking for $ac_word" >&5
+echo "configure:1558: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:1455: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:1590: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
cat > conftest.$ac_ext << EOF
-#line 1466 "configure"
+#line 1601 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
-if { (eval echo configure:1471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:1497: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:1632: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1502: checking whether we are using GNU C" >&5
+echo "configure:1637: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1511: \"$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:1646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1530: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1665: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
- #if test "`eval echo '$'"CC"`" = "no"; then
r="`eval echo '$'"CC"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"CC"`' : '.*\(echo\)' > /dev/null; then
CPPFLAGS=${CPPFLAGS-""}
echo $ac_n "checking for IEEE-conformance compiler flags""... $ac_c" 1>&6
-echo "configure:1595: checking for IEEE-conformance compiler flags" >&5
+echo "configure:1729: checking for IEEE-conformance compiler flags" >&5
save_cflags="$CFLAGS"
case "$host" in
alpha*-*-*)
# AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:1617: checking how to run the C preprocessor" >&5
+echo "configure:1751: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 1632 "configure"
+#line 1766 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1772: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 1649 "configure"
+#line 1783 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
-#line 1666 "configure"
+#line 1800 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:1700: checking for $ac_hdr" >&5
+echo "configure:1834: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1705 "configure"
+#line 1839 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
done
echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
-echo "configure:1737: checking whether stat file-mode macros are broken" >&5
+echo "configure:1871: checking whether stat file-mode macros are broken" >&5
if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1742 "configure"
+#line 1876 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
-echo "configure:1794: checking how to run the C++ preprocessor" >&5
+echo "configure:1928: checking how to run the C++ preprocessor" >&5
if test -z "$CXXCPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
cross_compiling=$ac_cv_prog_cxx_cross
CXXCPP="${CXX-g++} -E"
cat > conftest.$ac_ext <<EOF
-#line 1807 "configure"
+#line 1941 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1946: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1849: checking for $ac_word" >&5
+echo "configure:1983: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:1881: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
+echo "configure:2015: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
cat > conftest.$ac_ext << EOF
-#line 1892 "configure"
+#line 2026 "configure"
#include "confdefs.h"
int main(){return(0);}
EOF
-if { (eval echo configure:1897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cxx_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
{ echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:1923: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:2057: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
-echo "configure:1928: checking whether we are using GNU C++" >&5
+echo "configure:2062: checking whether we are using GNU C++" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
yes;
#endif
EOF
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gxx=yes
else
ac_cv_prog_gxx=no
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS=
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
-echo "configure:1956: checking whether ${CXX-g++} accepts -g" >&5
+echo "configure:2090: checking whether ${CXX-g++} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
- #if test "`eval echo '$'"CXX"`" = "no"; then
r="`eval echo '$'"CXX"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"CXX"`' : '.*\(echo\)' > /dev/null; then
ac_safe=`echo "FlexLexer.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for FlexLexer.h""... $ac_c" 1>&6
-echo "configure:2017: checking for FlexLexer.h" >&5
+echo "configure:2150: checking for FlexLexer.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2022 "configure"
+#line 2155 "configure"
#include "confdefs.h"
#include <FlexLexer.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2027: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo $ac_n "checking "g++ version"""... $ac_c" 1>&6
-echo "configure:2064: checking "g++ version"" >&5
+echo "configure:2197: checking "g++ version"" >&5
cxx_version=`$CXX --version`
echo "$ac_t"""$cxx_version"" 1>&6
# urg, egcs: how to check for egcs >= 1.1?
echo $ac_n "checking whether explicit instantiation is needed""... $ac_c" 1>&6
-echo "configure:2085: checking whether explicit instantiation is needed" >&5
+echo "configure:2218: checking whether explicit instantiation is needed" >&5
if eval "test \"`echo '$''{'lily_cv_need_explicit_instantiation'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2090 "configure"
+#line 2223 "configure"
#include "confdefs.h"
template <class T> struct foo { static int baz; };
return foo<int>::baz;
; return 0; }
EOF
-if { (eval echo configure:2100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
lily_cv_need_explicit_instantiation=no
else
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2127: checking for $ac_word" >&5
+echo "configure:2260: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2164: checking for $ac_word" >&5
+echo "configure:2297: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$BISON" || BISON="no"
- #if test "`eval echo '$'"BISON"`" = "no"; then
r="`eval echo '$'"BISON"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"BISON"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"BISON"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:2357: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
# urg. should test functionality rather than version.
if test "$BISON" = "bison" -a -n "1.25"; then
-# if test $? -eq 0 -a -n "1.25"; then
- echo $ac_n "checking "bison version"""... $ac_c" 1>&6
-echo "configure:2227: checking "bison version"" >&5
- exe=`
- type -p "bison" 2>&1 | awk '{print $NF}'
+
+ r="`eval echo '$'"BISON"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:2395: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
`
- ver=`
+ ver=`
"$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
`
- num=`
+ num=`
echo "$ver" | awk -F. '
{
if ($3) {last = $3}
}
{printf "%s%s%s\n",$1*100, $2*10,last}'
`
- req=`
+ req=`
echo "1.25" | awk -F. '
{
if ($3) {last = $3}
}
{printf "%s%s%s\n",$1*100, $2*10,last}'
`
- echo "$ac_t"""$ver"" 1>&6
- if test "$num" -lt "$req"; then
-
- eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""bison 1.25 (installed: $ver)"\"`\"
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r 1.25 (installed: $ver)"\"`\"
+
+ fi
- fi
fi
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2272: checking for $ac_word" >&5
+echo "configure:2441: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$FLEX" || FLEX="no"
- #if test "`eval echo '$'"FLEX"`" = "no"; then
r="`eval echo '$'"FLEX"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"FLEX"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"FLEX"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:2501: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2338: checking for $ac_word" >&5
+echo "configure:2541: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$AR" || AR="no"
- #if test "`eval echo '$'"AR"`" = "no"; then
r="`eval echo '$'"AR"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"AR"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"AR"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:2601: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2399: checking for $ac_word" >&5
+echo "configure:2636: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
- #if test "`eval echo '$'"RANLIB"`" = "no"; then
r="`eval echo '$'"RANLIB"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"RANLIB"`' : '.*\(echo\)' > /dev/null; then
echo $ac_n "checking language""... $ac_c" 1>&6
-echo "configure:2478: checking language" >&5
+echo "configure:2714: checking language" >&5
case "$language" in
En* | en* | Am* | am* | US* | us*)
lang=English;;
echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
-echo "configure:2514: checking for gettext in -lintl" >&5
+echo "configure:2750: checking for gettext in -lintl" >&5
ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2522 "configure"
+#line 2758 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
gettext()
; return 0; }
EOF
-if { (eval echo configure:2536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
for ac_func in gettext
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2566: checking for $ac_func" >&5
+echo "configure:2802: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2571 "configure"
+#line 2807 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:2597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2629: checking for $ac_word" >&5
+echo "configure:2865: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$MSGFMT" || MSGFMT="no"
- #if test "`eval echo '$'"MSGFMT"`" = "no"; then
r="`eval echo '$'"MSGFMT"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"MSGFMT"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"MSGFMT"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:2925: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2697: checking for $ac_word" >&5
+echo "configure:2967: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_METAFONT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$METAFONT" || METAFONT="no"
- #if test "`eval echo '$'"METAFONT"`" = "no"; then
r="`eval echo '$'"METAFONT"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"METAFONT"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"METAFONT"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:3027: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval ""=\"`eval echo \"'$'\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
for ac_prog in inimf inimfont
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2761: checking for $ac_word" >&5
+echo "configure:3065: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_INIMETAFONT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$INIMETAFONT" || INIMETAFONT="no"
- #if test "`eval echo '$'"INIMETAFONT"`" = "no"; then
r="`eval echo '$'"INIMETAFONT"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"INIMETAFONT"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"INIMETAFONT"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:3125: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval ""=\"`eval echo \"'$'\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
echo $ac_n "checking for working metafont mode""... $ac_c" 1>&6
-echo "configure:2821: checking for working metafont mode" >&5
+echo "configure:3159: checking for working metafont mode" >&5
modelist='ljfour lj4 lj3 lj2 ljet laserjet'
for MFMODE in $modelist; do
$METAFONT "\mode:=$MFMODE; mode_setup; end." > /dev/null 2>&1
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2852: checking for $ac_word" >&5
+echo "configure:3190: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_KPSEWHICH'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$KPSEWHICH" || KPSEWHICH="no"
- #if test "`eval echo '$'"KPSEWHICH"`" = "no"; then
r="`eval echo '$'"KPSEWHICH"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"KPSEWHICH"`' : '.*\(echo\)' > /dev/null; then
true
fi
-
- echo $ac_n "checking for tfm path""... $ac_c" 1>&6
-echo "configure:2911: checking for tfm path" >&5
-
- TFM_FONTS="cmr msam"
-
- if test "x$tfm_path" = xauto ; then
- if test "x$KPSEWHICH" != "xno" ; then
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"KPSEWHICH"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:3250: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
+
+ echo $ac_n "checking for tfm path""... $ac_c" 1>&6
+echo "configure:3283: checking for tfm path" >&5
+
+ TFM_FONTS="cmr msam"
+
+ if test "x$tfm_path" = xauto ; then
+ if test "x$KPSEWHICH" != "xno" ; then
for i in $TFM_FONTS; do
dir=`$KPSEWHICH tfm ${i}10.tfm`
TFM_PATH="$TFM_PATH `dirname $dir`"
-
- for ac_prog in guile
-do
-# Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2943: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_GUILE'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- if test -n "$GUILE"; then
- ac_cv_prog_GUILE="$GUILE" # Let the user override the test.
-else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_GUILE="$ac_prog"
- break
- fi
- done
- IFS="$ac_save_ifs"
-fi
-fi
-GUILE="$ac_cv_prog_GUILE"
-if test -n "$GUILE"; then
- echo "$ac_t""$GUILE" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
-test -n "$GUILE" && break
-done
-test -n "$GUILE" || GUILE="no"
-
-
- #if test "`eval echo '$'"GUILE"`" = "no"; then
-
- r="`eval echo '$'"GUILE"`"
- if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"GUILE"`' : '.*\(echo\)' > /dev/null; then
- ##STEPMAKE_WARN(cannot find . )
- false
- else
- true
- fi
-
- if test $? -ne 0; then
-
- eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \"guile\"`\"
-
- if test "OPTIONAL" = "REQUIRED"; then
- command="echo ERROR: guile not found"
- # abort configure process here?
- else
- command="- echo guile not found"
- fi
- eval "GUILE"='$command'
- false
- else
- true
- fi
-
-# if ! expr '`eval echo '$'"GUILE"`' : '.*\(echo\)' > /dev/null; then
- if test $? -ne 0; then
- # Extract the first word of "guile", so it can be a program name with args.
-set dummy guile; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3005: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_path_GUILE'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- case "$GUILE" in
- /*)
- ac_cv_path_GUILE="$GUILE" # Let the user override the test with a path.
- ;;
- ?:/*)
- ac_cv_path_GUILE="$GUILE" # Let the user override the test with a dos path.
- ;;
- *)
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_path_GUILE="$ac_dir/$ac_word"
- break
- fi
- done
- IFS="$ac_save_ifs"
- ;;
-esac
-fi
-GUILE="$ac_cv_path_GUILE"
-if test -n "$GUILE"; then
- echo "$ac_t""$GUILE" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-
- fi
-
-
-
## First, let's just see if we can find Guile at all.
echo $ac_n "checking "for guile-config"""... $ac_c" 1>&6
-echo "configure:3043: checking "for guile-config"" >&5
+echo "configure:3311: checking "for guile-config"" >&5
for guile_config in guile-config $target-guile-config $build-guile-config; do
echo "$ac_t"""$guile_config"" 1>&6
if ! $guile_config --version > /dev/null 2>&1 ; then
echo "configure: warning: "cannot execute $guile_config"" 1>&2
echo $ac_n "checking "if we are cross compiling"""... $ac_c" 1>&6
-echo "configure:3049: checking "if we are cross compiling"" >&5
+echo "configure:3317: checking "if we are cross compiling"" >&5
GUILE_CONFIG='echo no guile-config'
else
GUILE_CONFIG=$guile_config
fi
done
- #if test "`eval echo '$'"GUILE_CONFIG"`" = "no"; then
r="`eval echo '$'"GUILE_CONFIG"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"GUILE_CONFIG"`' : '.*\(echo\)' > /dev/null; then
# urg. should test functionality rather than version.
if test $? -eq 0 -a -n "1.3.4"; then
- echo $ac_n "checking "guile-config version"""... $ac_c" 1>&6
-echo "configure:3102: checking "guile-config version"" >&5
- exe=`
- type -p "$guile_config" 2>&1 | awk '{print $NF}'
+
+ r="`eval echo '$'"GUILE_CONFIG"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:3371: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
`
- ver=`
+ ver=`
"$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
`
- set --
- num=`
+ num=`
echo "$ver" | awk -F. '
{
if ($3) {last = $3}
}
{printf "%s%s%s\n",$1*100, $2*10,last}'
`
- req=`
+ req=`
echo "1.3.4" | awk -F. '
{
if ($3) {last = $3}
}
{printf "%s%s%s\n",$1*100, $2*10,last}'
`
- echo "$ac_t"""$ver"" 1>&6
- if test "$num" -lt "$req"; then
-
- eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""guile-config 1.3.4 (installed: $ver)"\"`\"
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r 1.3.4 (installed: $ver)"\"`\"
+
+ fi
- fi
fi
`
if test -x $exe; then
echo $ac_n "checking "guile compile flags"""... $ac_c" 1>&6
-echo "configure:3145: checking "guile compile flags"" >&5
+echo "configure:3414: checking "guile compile flags"" >&5
GUILE_CFLAGS="`$guile_config compile`"
echo "$ac_t""$GUILE_CFLAGS" 1>&6
echo $ac_n "checking "guile link flags"""... $ac_c" 1>&6
-echo "configure:3149: checking "guile link flags"" >&5
+echo "configure:3418: checking "guile link flags"" >&5
GUILE_LDFLAGS="`$guile_config link`"
echo "$ac_t""$GUILE_LDFLAGS" 1>&6
fi
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:3183: checking for $ac_hdr" >&5
+echo "configure:3452: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3188 "configure"
+#line 3457 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3193: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
done
echo $ac_n "checking for kpse_find_file in -lkpathsea""... $ac_c" 1>&6
-echo "configure:3220: checking for kpse_find_file in -lkpathsea" >&5
+echo "configure:3489: checking for kpse_find_file in -lkpathsea" >&5
ac_lib_var=`echo kpathsea'_'kpse_find_file | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lkpathsea $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 3228 "configure"
+#line 3497 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
kpse_find_file()
; return 0; }
EOF
-if { (eval echo configure:3242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
for ac_func in kpse_find_file
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3272: checking for $ac_func" >&5
+echo "configure:3541: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3277 "configure"
+#line 3546 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:3303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
fi
echo $ac_n "checking whether to use kpathsea""... $ac_c" 1>&6
-echo "configure:3330: checking whether to use kpathsea" >&5
+echo "configure:3599: checking whether to use kpathsea" >&5
if test "$kpathsea_b" != no; then
echo "$ac_t""yes" 1>&6
KPATHSEA=1
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3352: checking for $ac_word" >&5
+echo "configure:3621: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$MAKEINFO" || MAKEINFO="no"
- #if test "`eval echo '$'"MAKEINFO"`" = "no"; then
r="`eval echo '$'"MAKEINFO"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"MAKEINFO"`' : '.*\(echo\)' > /dev/null; then
true
fi
+ if test $? -eq 0 -a -n ""; then
+
+ r="`eval echo '$'"MAKEINFO"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:3681: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
if test "$MAKEINFO" = "makeinfo"; then
echo $ac_n "checking whether makeinfo can split html by @node""... $ac_c" 1>&6
-echo "configure:3412: checking whether makeinfo can split html by @node" >&5
+echo "configure:3715: checking whether makeinfo can split html by @node" >&5
mkdir -p out
makeinfo --html --output=out/split <<EOF
\input texinfo
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:3441: checking for $ac_hdr" >&5
+echo "configure:3744: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3446 "configure"
+#line 3749 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
fi
-##need perl for help2man.
+
+## Optional tools for building documentation, website, extra fonts.
+
+# guile executable for some scripts
+
+
+ for ac_prog in guile
+do
+# Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:3798: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_prog_GUILE'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ if test -n "$GUILE"; then
+ ac_cv_prog_GUILE="$GUILE" # Let the user override the test.
+else
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
+ ac_dummy="$PATH"
+ for ac_dir in $ac_dummy; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f $ac_dir/$ac_word; then
+ ac_cv_prog_GUILE="$ac_prog"
+ break
+ fi
+ done
+ IFS="$ac_save_ifs"
+fi
+fi
+GUILE="$ac_cv_prog_GUILE"
+if test -n "$GUILE"; then
+ echo "$ac_t""$GUILE" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+test -n "$GUILE" && break
+done
+test -n "$GUILE" || GUILE="no"
+
+
+
+ r="`eval echo '$'"GUILE"`"
+ if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"GUILE"`' : '.*\(echo\)' > /dev/null; then
+ ##STEPMAKE_WARN(cannot find . )
+ false
+ else
+ true
+ fi
+
+ if test $? -ne 0; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \"guile\"`\"
+
+ if test "OPTIONAL" = "REQUIRED"; then
+ command="echo ERROR: guile not found"
+ # abort configure process here?
+ else
+ command="- echo guile not found"
+ fi
+ eval "GUILE"='$command'
+ false
+ else
+ true
+ fi
+
+ if test $? -eq 0; then
+ # Extract the first word of "guile", so it can be a program name with args.
+set dummy guile; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:3858: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_path_GUILE'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ case "$GUILE" in
+ /*)
+ ac_cv_path_GUILE="$GUILE" # Let the user override the test with a path.
+ ;;
+ ?:/*)
+ ac_cv_path_GUILE="$GUILE" # Let the user override the test with a dos path.
+ ;;
+ *)
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
+ ac_dummy="$PATH"
+ for ac_dir in $ac_dummy; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f $ac_dir/$ac_word; then
+ ac_cv_path_GUILE="$ac_dir/$ac_word"
+ break
+ fi
+ done
+ IFS="$ac_save_ifs"
+ ;;
+esac
+fi
+GUILE="$ac_cv_path_GUILE"
+if test -n "$GUILE"; then
+ echo "$ac_t""$GUILE" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+ if test -n ""; then
+
+ r="`eval echo '$'"GUILE"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:3894: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \""$r (installed: $ver)"\"`\"
+
+ fi
+
+ fi
+ fi
+
+
+# perl for help2man.
for ac_prog in perl
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3492: checking for $ac_word" >&5
+echo "configure:3936: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
test -n "$PERL" || PERL="no"
- #if test "`eval echo '$'"PERL"`" = "no"; then
r="`eval echo '$'"PERL"`"
if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"PERL"`' : '.*\(echo\)' > /dev/null; then
true
fi
-# if ! expr '`eval echo '$'"PERL"`' : '.*\(echo\)' > /dev/null; then
- if test $? -ne 0; then
+ if test $? -eq 0; then
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3554: checking for $ac_word" >&5
+echo "configure:3996: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
echo "$ac_t""no" 1>&6
fi
+ if test -n ""; then
+
+ r="`eval echo '$'"PERL"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:4032: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \""$r (installed: $ver)"\"`\"
+
fi
+ fi
+ fi
+
+
+# pktrace for generating pfa's, pfb's
+
+ for ac_prog in pktrace
+do
+# Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:4073: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_prog_PKTRACE'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ if test -n "$PKTRACE"; then
+ ac_cv_prog_PKTRACE="$PKTRACE" # Let the user override the test.
+else
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
+ ac_dummy="$PATH"
+ for ac_dir in $ac_dummy; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f $ac_dir/$ac_word; then
+ ac_cv_prog_PKTRACE="$ac_prog"
+ break
+ fi
+ done
+ IFS="$ac_save_ifs"
+fi
+fi
+PKTRACE="$ac_cv_prog_PKTRACE"
+if test -n "$PKTRACE"; then
+ echo "$ac_t""$PKTRACE" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+test -n "$PKTRACE" && break
+done
+test -n "$PKTRACE" || PKTRACE="no"
+
+
+
+ r="`eval echo '$'"PKTRACE"`"
+ if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"PKTRACE"`' : '.*\(echo\)' > /dev/null; then
+ ##STEPMAKE_WARN(cannot find . )
+ false
+ else
+ true
+ fi
+
+ if test $? -ne 0; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \"pktrace\"`\"
+
+ if test "OPTIONAL" = "REQUIRED"; then
+ command="echo ERROR: pktrace not found"
+ # abort configure process here?
+ else
+ command="- echo pktrace not found"
+ fi
+ eval "PKTRACE"='$command'
+ false
+ else
+ true
+ fi
+
+ if test $? -eq 0 -a -n "1.0.3"; then
+
+ r="`eval echo '$'"PKTRACE"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:4133: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "1.0.3" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \""$r 1.0.3 (installed: $ver)"\"`\"
+
+ fi
+
+ fi
+
+# new makeinfo for multi-page website docs
+
+ for ac_prog in makeinfo
+do
+# Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:4172: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ if test -n "$MAKEINFO"; then
+ ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
+else
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
+ ac_dummy="$PATH"
+ for ac_dir in $ac_dummy; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f $ac_dir/$ac_word; then
+ ac_cv_prog_MAKEINFO="$ac_prog"
+ break
+ fi
+ done
+ IFS="$ac_save_ifs"
+fi
+fi
+MAKEINFO="$ac_cv_prog_MAKEINFO"
+if test -n "$MAKEINFO"; then
+ echo "$ac_t""$MAKEINFO" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+test -n "$MAKEINFO" && break
+done
+test -n "$MAKEINFO" || MAKEINFO="no"
+
+
+
+ r="`eval echo '$'"MAKEINFO"`"
+ if test -n "$r" -a "$r" != "error" -a "$r" != "no" && ! expr '`eval echo '$'"MAKEINFO"`' : '.*\(echo\)' > /dev/null; then
+ ##STEPMAKE_WARN(cannot find . )
+ false
+ else
+ true
+ fi
+
+ if test $? -ne 0; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \"makeinfo\"`\"
+
+ if test "OPTIONAL" = "REQUIRED"; then
+ command="echo ERROR: makeinfo not found"
+ # abort configure process here?
+ else
+ command="- echo makeinfo not found"
+ fi
+ eval "MAKEINFO"='$command'
+ false
+ else
+ true
+ fi
+
+ if test $? -eq 0 -a -n "4.1"; then
+
+ r="`eval echo '$'"MAKEINFO"`"
+ echo $ac_n "checking "$r version"""... $ac_c" 1>&6
+echo "configure:4232: checking "$r version"" >&5
+ exe=`
+ type -p "$r" 2>&1 | awk '{print $NF}'
+`
+ ver=`
+ "$exe" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
+`
+ num=`
+ echo "$ver" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ req=`
+ echo "4.1" | awk -F. '
+ {
+ if ($3) {last = $3}
+ else {last =0}
+ }
+ {printf "%s%s%s\n",$1*100, $2*10,last}'
+`
+ echo "$ac_t"""$ver"" 1>&6
+ if test "$num" -lt "$req"; then
+
+ eval "OPTIONAL"=\"`eval echo \"'$'OPTIONAL\" \""$r 4.1 (installed: $ver)"\"`\"
+
+ fi
+
+ fi
echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
-echo "configure:3601: checking for 8-bit clean memcmp" >&5
+echo "configure:4276: checking for 8-bit clean memcmp" >&5
if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_func_memcmp_clean=no
else
cat > conftest.$ac_ext <<EOF
-#line 3609 "configure"
+#line 4284 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
}
EOF
-if { (eval echo configure:3622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:4297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_memcmp_clean=yes
else
test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
echo $ac_n "checking for vprintf""... $ac_c" 1>&6
-echo "configure:3640: checking for vprintf" >&5
+echo "configure:4315: checking for vprintf" >&5
if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3645 "configure"
+#line 4320 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
; return 0; }
EOF
-if { (eval echo configure:3671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_vprintf=yes"
else
if test "$ac_cv_func_vprintf" != yes; then
echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
-echo "configure:3695: checking for _doprnt" >&5
+echo "configure:4370: checking for _doprnt" >&5
if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3700 "configure"
+#line 4375 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
; return 0; }
EOF
-if { (eval echo configure:3726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func__doprnt=yes"
else
for ac_func in memmem snprintf vsnprintf gettext isinf
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3753: checking for $ac_func" >&5
+echo "configure:4428: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3758 "configure"
+#line 4433 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:3784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
EOF
+# Gather requirements and generate output.
s%@MFMODE@%$MFMODE%g
s%@KPSEWHICH@%$KPSEWHICH%g
s%@TFM_PATH@%$TFM_PATH%g
-s%@GUILE@%$GUILE%g
s%@GUILE_CONFIG@%$GUILE_CONFIG%g
s%@GUILE_CFLAGS@%$GUILE_CFLAGS%g
s%@GUILE_LDFLAGS@%$GUILE_LDFLAGS%g
s%@KPATHSEA@%$KPATHSEA%g
s%@MAKEINFO@%$MAKEINFO%g
s%@SPLITTING_MAKEINFO@%$SPLITTING_MAKEINFO%g
+s%@GUILE@%$GUILE%g
s%@PERL@%$PERL%g
+s%@PKTRACE@%$PKTRACE%g
s%@LIBOBJS@%$LIBOBJS%g
s%@OPTIONAL@%$OPTIONAL%g
s%@REQUIRED@%$REQUIRED%g
fi
+
test -n "$CONFIGURATION" && mc=" conf=$CONFIGURATION" || mc=""
cat <<EOF