*** empty log message ***

This commit is contained in:
bdc 1995-11-02 01:46:04 +00:00
parent 6167c04378
commit 1f30a16c07
1 changed files with 73 additions and 44 deletions

117
configure vendored
View File

@ -519,26 +519,6 @@ else
test "${CFLAGS+set}" = set || CFLAGS="-g"
fi
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
echo "$ac_t""yes" 1>&6
ISC=yes # If later tests want to check for ISC.
cat >> confdefs.h <<\EOF
#define _POSIX_SOURCE 1
EOF
if test "$GCC" = yes; then
CC="$CC -posix"
else
CC="$CC -Xp"
fi
else
echo "$ac_t""no" 1>&6
ISC=
fi
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
@ -591,12 +571,60 @@ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
# 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
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_RANLIB="ranlib"
break
fi
done
IFS="$ac_save_ifs"
test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
fi
fi
RANLIB="$ac_cv_prog_RANLIB"
if test -n "$RANLIB"; then
echo "$ac_t""$RANLIB" 1>&6
else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
echo "$ac_t""yes" 1>&6
ISC=yes # If later tests want to check for ISC.
cat >> confdefs.h <<\EOF
#define _POSIX_SOURCE 1
EOF
if test "$GCC" = yes; then
CC="$CC -posix"
else
CC="$CC -Xp"
fi
else
echo "$ac_t""no" 1>&6
ISC=
fi
echo $ac_n "checking for working const""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 600 "configure"
#line 628 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -674,7 +702,7 @@ else
ac_cv_c_cross=yes
else
cat > conftest.$ac_ext <<EOF
#line 678 "configure"
#line 706 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
@ -697,7 +725,7 @@ else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat > conftest.$ac_ext <<EOF
#line 701 "configure"
#line 729 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@ -713,7 +741,7 @@ if eval $ac_compile; then
rm -rf conftest*
# It does; now see whether it defined to BIG_ENDIAN or not.
cat > conftest.$ac_ext <<EOF
#line 717 "configure"
#line 745 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@ -742,7 +770,7 @@ if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
#line 746 "configure"
#line 774 "configure"
#include "confdefs.h"
main () {
/* Are we little or big endian? From Harbison&Steele. */
@ -939,7 +967,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
#line 943 "configure"
#line 971 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -978,7 +1006,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lgen $LIBS"
cat > conftest.$ac_ext <<EOF
#line 982 "configure"
#line 1010 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1017,7 +1045,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1021 "configure"
#line 1049 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1056,7 +1084,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lsocket $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1060 "configure"
#line 1088 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1095,7 +1123,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lelf $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1099 "configure"
#line 1127 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1134,7 +1162,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lld $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1138 "configure"
#line 1166 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1173,7 +1201,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1177 "configure"
#line 1205 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1211,7 +1239,7 @@ if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 1215 "configure"
#line 1243 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@ -1258,7 +1286,7 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
#line 1262 "configure"
#line 1290 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
@ -1272,7 +1300,7 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
#line 1276 "configure"
#line 1304 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
@ -1305,7 +1333,7 @@ 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 1309 "configure"
#line 1337 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
@ -1340,7 +1368,7 @@ 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 1344 "configure"
#line 1372 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -1391,7 +1419,7 @@ 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 1395 "configure"
#line 1423 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -1442,7 +1470,7 @@ 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 1446 "configure"
#line 1474 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -1564,7 +1592,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1568 "configure"
#line 1596 "configure"
#include "confdefs.h"
#include <nlist.h>
int main() { return 0; }
@ -1599,7 +1627,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1603 "configure"
#line 1631 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() { return 0; }
@ -1634,7 +1662,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1638 "configure"
#line 1666 "configure"
#include "confdefs.h"
#include <time.h>
int main() { return 0; }
@ -1668,7 +1696,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1672 "configure"
#line 1700 "configure"
#include "confdefs.h"
#include <time.h>
int main() { return 0; }
@ -1703,7 +1731,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1707 "configure"
#line 1735 "configure"
#include "confdefs.h"
#include <errno.h>
#include <unistd.h>
@ -1855,6 +1883,7 @@ s%@host_os@%$host_os%g
s%@CC@%$CC%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@RANLIB@%$RANLIB%g
s%@CPP@%$CPP%g
s%@AIX_P@%$AIX_P%g
s%@AR@%$AR%g