summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>1997-12-07 07:02:17 +0000
committerGary Houston <ghouston@arglist.com>1997-12-07 07:02:17 +0000
commit341eaef04b87c0c1d60dd26a22dff7ad4f67784b (patch)
treed6bac89d4de484e34cee820e56e3187ab3625f50 /configure.in
parent8122b543c1af9c7459cf80e6d052cddcd7e0576f (diff)
downloadguile-341eaef04b87c0c1d60dd26a22dff7ad4f67784b.tar.gz
* README: using Automake 1.2d
* configure.in: AC_CHECK_FUNCS: add "system". * simpos.c (scm_system): always define: use sysmissing if not available. Check for HAVE_SYSTEM instead of _Windows (does Windows lack system or does it have an unusable one?). Check for error conditions -1 and 127. Use SCM_DEFER_INTS. Let the argument be optional: if not supplied, call system(NULL). * ports.c (scm_close_port): relax the type check from OPPORTP to PORTP; closing a closed port is allowed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bae586554..c63130b0b 100644
--- a/configure.in
+++ b/configure.in
@@ -92,7 +92,7 @@ fi
GUILE_DLSYM_USCORE
-AC_CHECK_FUNCS(ctermid ftime getcwd geteuid gethostent gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero)
+AC_CHECK_FUNCS(ctermid ftime getcwd geteuid gethostent gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero system)
dnl <GNU-WIN32 hacks>