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
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* | minix*)
base_os=unix/sysv ;;
echo checking for signed size_t type
echo '#include <stddef.h>
FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c
-$CPP conftest.c 2>/dev/null | grep '^FOOBAR.*unsigned.*FOOBAR$' \
-|| AC_DEFINE([__SIZE_TYPE__],[unsigned long int])
+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'.
# 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