dnl You can ignore the following line if you are reading this sentence.
# DO NOT EDIT! This script is generated from configure.in; edit that instead.
-# Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
lose=yes
fi
-if [ x$lose = yes -o ! "$target" ]; then
+if [ "$lose" = yes -o ! "$target" ]; then
echo "Usage: $prog [--srcdir=DIR] [--nfp] [--with-gnu-ld] TARGET" >&2
if [ -r config.status ]; then
cat config.status >&2
case "$os" in
gnu*)
os=mach/hurd ;;
-sunos* | ultrix* | newsos* | dynix | bsd*)
+sunos* | ultrix* | newsos* | dynix* | bsd*)
base_os=unix/bsd ;;
-linux* | sysv* | isc* | esix* | sco*)
+linux* | sysv* | isc* | esix* | sco* | minix*)
base_os=unix/sysv ;;
esac
AC_PROG_INSTALL
AC_PROG_RANLIB
+AC_PROG_CC
+AC_PROG_CPP
+echo checking for signed size_t type
+echo '#include <stddef.h>
+FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c
+eval "$CPP conftest.c 2>/dev/null" \
+| grep '^FOOBAR.*unsigned.*FOOBAR$' >/dev/null \
+|| AC_DEFINE(__SIZE_TYPE__, 'unsigned long int')
+rm -f conftest*
+
# Find out what this system calls `sys_siglist'.
AC_HAVE_FUNCS(sys_siglist _sys_siglist)
# All is well.
true
elif [ x`echo "$config_release" | sed "s/^$kernel_release//"` \
- != x$config_release ]; then
+ != x$config_release ]; then
# The configuration release is a substring of the kernel release.
release=$kernel_release
elif [ x$config_release != x ]; then
echo "exec_prefix = ${exec_prefix}"
fi
echo "config-defines = ${DEFS}"
+ for var in INSTALL INSTALL_PROGRAM INSTALL_DATA RANLIB; do
+ eval "echo \"${var} = \${$var}\""
+ done
) > config.make
switches=
exit 0
dnl This gets rid of the random stuff autoconf has stuffed in weird places.
divert(-1)dnl AC_This is here so I can search for `AC_' to find the frobs.
+dnl Local Variables:
+dnl compile-command: "m4 /gd/gnu/autoconf/acgeneral.m4 /gd/gnu/autoconf/acspecific.m4 configure.in > configure && chmod a+x configure"
+dnl End: