From 746f400783a0ce9297cc10c37d074699a2b7d371 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 17 Feb 2002 07:57:32 +0000 Subject: * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try to use BI.creation_time. * mach/Machrules (MIG): Add -x c to CPP value passed down. --- configure | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 013bcb1d8b..369dd5cad1 100755 --- a/configure +++ b/configure @@ -3499,12 +3499,12 @@ else #line 3500 "configure" #include "confdefs.h" #include -int main() +main() { FILE *f=fopen("conftestval", "w"); - if (!f) return(1); + if (!f) exit(1); fprintf(f, "%d\n", sizeof(long double)); - return(0); + exit(0); } EOF if { (eval echo configure:3511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null @@ -3737,6 +3737,8 @@ case "$add_ons" in esac + + if test "`(cd $srcdir; pwd)`" = "`pwd`"; then config_makefile= else @@ -3966,6 +3968,7 @@ s%@static_nss@%$static_nss%g s%@nopic_initfini@%$nopic_initfini%g s%@DEFINES@%$DEFINES%g s%@linux_doors@%$linux_doors%g +s%@mach_interface_list@%$mach_interface_list%g s%@VERSION@%$VERSION%g s%@RELEASE@%$RELEASE%g -- cgit v1.2.3