*** empty log message ***

This commit is contained in:
bdc 1995-11-04 04:31:50 +00:00
parent 772f47e595
commit 12d37bc045
2 changed files with 81 additions and 46 deletions

125
configure vendored
View File

@ -519,6 +519,61 @@ 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
case "$host" in
*-*-linux* )
echo $ac_n "checking for broken Linux that needs -static with -g""... $ac_c" 1>&6
if eval "test \"`echo '$''{'scsh_cv_linux_static_debug'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 552 "configure"
#include "confdefs.h"
int main() { return 0; }
int t() {
; return 0; }
EOF
if eval $ac_link; then
rm -rf conftest*
$scsh_cv_linux_static_debug = no
else
rm -rf conftest*
$scsh_cv_linux_static_debug = yes
fi
rm -f conftest*
fi
echo "$ac_t""$scsh_cv_linux_static_debug" 1>&6
if test $scsh_cv_linux_static_debug = yes; then
LDFLAGS="-static ${LDFLAGS}"
fi
;;
esac
# 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:
@ -599,32 +654,12 @@ 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 628 "configure"
#line 663 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -702,7 +737,7 @@ else
ac_cv_c_cross=yes
else
cat > conftest.$ac_ext <<EOF
#line 706 "configure"
#line 741 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
@ -725,7 +760,7 @@ else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat > conftest.$ac_ext <<EOF
#line 729 "configure"
#line 764 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@ -741,7 +776,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 745 "configure"
#line 780 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@ -770,7 +805,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 774 "configure"
#line 809 "configure"
#include "confdefs.h"
main () {
/* Are we little or big endian? From Harbison&Steele. */
@ -888,7 +923,7 @@ fi
;;
## NetBSD (maybe FreeBSD and 386BSD also)
## NetBSD and FreeBSD( and maybe 386BSD also)
*-*-*bsd* )
dir=bsd
;;
@ -968,7 +1003,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
#line 972 "configure"
#line 1007 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1007,7 +1042,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lgen $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1011 "configure"
#line 1046 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1046,7 +1081,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1050 "configure"
#line 1085 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1085,7 +1120,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lsocket $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1089 "configure"
#line 1124 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1124,7 +1159,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lelf $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1128 "configure"
#line 1163 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1163,7 +1198,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lld $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1167 "configure"
#line 1202 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1202,7 +1237,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1206 "configure"
#line 1241 "configure"
#include "confdefs.h"
int main() { return 0; }
@ -1240,7 +1275,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 1244 "configure"
#line 1279 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@ -1287,7 +1322,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 1291 "configure"
#line 1326 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
@ -1301,7 +1336,7 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
#line 1305 "configure"
#line 1340 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
@ -1334,7 +1369,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 1338 "configure"
#line 1373 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
@ -1369,7 +1404,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 1373 "configure"
#line 1408 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -1420,7 +1455,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 1424 "configure"
#line 1459 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -1471,7 +1506,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 1475 "configure"
#line 1510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -1593,7 +1628,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1597 "configure"
#line 1632 "configure"
#include "confdefs.h"
#include <nlist.h>
int main() { return 0; }
@ -1628,7 +1663,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1632 "configure"
#line 1667 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() { return 0; }
@ -1663,7 +1698,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1667 "configure"
#line 1702 "configure"
#include "confdefs.h"
#include <time.h>
int main() { return 0; }
@ -1697,7 +1732,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1701 "configure"
#line 1736 "configure"
#include "confdefs.h"
#include <time.h>
int main() { return 0; }
@ -1732,7 +1767,7 @@ EOF
else
cat > conftest.$ac_ext <<EOF
#line 1736 "configure"
#line 1771 "configure"
#include "confdefs.h"
#include <errno.h>
#include <unistd.h>

View File

@ -206,10 +206,10 @@ AC_CONFIG_HEADER(sysdep.h)
AC_CANONICAL_HOST
AC_PROG_CC
AC_ISC_POSIX
SCSH_LINUX_STATIC_DEBUG
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_ISC_POSIX
AC_C_CONST
AC_C_BIGENDIAN