|
From: <cli...@li...> - 2010-09-29 18:39:05
|
Send clisp-cvs mailing list submissions to cli...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/clisp-cvs or, via email, send a message with subject or body 'help' to cli...@li... You can reach the person managing the list at cli...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of clisp-cvs digest..." CLISP CVS commits for today Today's Topics: 1. clisp/modules/syscalls/gllib c-ctype.c, 1.1, NONE c-ctype.h, 1.1, NONE getdate.h, 1.1, NONE getdate.y, 1.1, NONE gettext.h, 1.1, NONE gettime.c, 1.1, NONE timespec.h, 1.1, NONE xalloc.h, 1.1, NONE xmalloc.c, 1.1, NONE (Sam Steingold) 2. clisp Makefile.devel,1.285,1.286 (Sam Steingold) 3. clisp/modules/syscalls/glm4 bison.m4, 1.1, NONE clock_time.m4, 1.1, NONE error.m4, 1.1, NONE getdate.m4, 1.1, NONE gettime.m4, 1.1, NONE inline.m4, 1.1, NONE timespec.m4, 1.1, NONE xalloc.m4, 1.1, NONE (Sam Steingold) 4. clisp/src ChangeLog,1.7541,1.7542 (Sam Steingold) 5. clisp/modules/syscalls calls.c,1.318,1.319 configure.in,1.95,1.96 (Sam Steingold) 6. clisp/modules/syscalls/glm4 gnulib-cache.m4, 1.12, 1.13 gnulib-comp.m4, 1.13, 1.14 (Sam Steingold) 7. clisp/modules/syscalls config.h.in,1.83,1.84 configure,1.120,1.121 (Sam Steingold) 8. clisp/src/glm4 sys_wait_h.m4,1.1,1.2 (Sam Steingold) 9. clisp/src aclocal.m4, 1.100, 1.101 config.h.in, 1.45, 1.46 configure, 1.281, 1.282 (Sam Steingold) ---------------------------------------------------------------------- Message: 1 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls/gllib c-ctype.c, 1.1, NONE c-ctype.h, 1.1, NONE getdate.h, 1.1, NONE getdate.y, 1.1, NONE gettext.h, 1.1, NONE gettime.c, 1.1, NONE timespec.h, 1.1, NONE xalloc.h, 1.1, NONE xmalloc.c, 1.1, NONE To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls/gllib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/modules/syscalls/gllib Removed Files: c-ctype.c c-ctype.h getdate.h getdate.y gettext.h gettime.c timespec.h xalloc.h xmalloc.c Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove --- c-ctype.h DELETED --- --- getdate.y DELETED --- --- gettime.c DELETED --- --- xmalloc.c DELETED --- --- c-ctype.c DELETED --- --- timespec.h DELETED --- --- getdate.h DELETED --- --- xalloc.h DELETED --- --- gettext.h DELETED --- ------------------------------ Message: 2 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp Makefile.devel,1.285,1.286 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741 Modified Files: Makefile.devel Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove Index: Makefile.devel =================================================================== RCS file: /cvsroot/clisp/clisp/Makefile.devel,v retrieving revision 1.285 retrieving revision 1.286 diff -u -d -r1.285 -r1.286 --- Makefile.devel 29 Sep 2010 13:39:42 -0000 1.285 +++ Makefile.devel 29 Sep 2010 18:31:09 -0000 1.286 @@ -400,8 +400,7 @@ --macro-prefix=sc_gl --m4-base=modules/syscalls/glm4 \ $(GNULIB_AVOID) --avoid=xalloc-die \ mktime strftime strptime strverscmp uname \ - strerror getdate | tee -a $(GNULIB_IMPORTED_LOG) - $(RM) doc/getdate.texi + strerror | tee -a $(GNULIB_IMPORTED_LOG) $(GNULIB_TOOL) --source-base=modules/regexp/gllib \ --macro-prefix=rx_gl --m4-base=modules/regexp/glm4 \ $(GNULIB_AVOID) regex | tee -a $(GNULIB_IMPORTED_LOG) ------------------------------ Message: 3 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls/glm4 bison.m4, 1.1, NONE clock_time.m4, 1.1, NONE error.m4, 1.1, NONE getdate.m4, 1.1, NONE gettime.m4, 1.1, NONE inline.m4, 1.1, NONE timespec.m4, 1.1, NONE xalloc.m4, 1.1, NONE To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls/glm4 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/modules/syscalls/glm4 Removed Files: bison.m4 clock_time.m4 error.m4 getdate.m4 gettime.m4 inline.m4 timespec.m4 xalloc.m4 Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove --- xalloc.m4 DELETED --- --- clock_time.m4 DELETED --- --- getdate.m4 DELETED --- --- inline.m4 DELETED --- --- bison.m4 DELETED --- --- gettime.m4 DELETED --- --- error.m4 DELETED --- --- timespec.m4 DELETED --- ------------------------------ Message: 4 Date: Wed, 29 Sep 2010 18:31:12 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src ChangeLog,1.7541,1.7542 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/src Modified Files: ChangeLog Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove Index: ChangeLog =================================================================== RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v retrieving revision 1.7541 retrieving revision 1.7542 diff -u -d -r1.7541 -r1.7542 --- ChangeLog 29 Sep 2010 18:18:24 -0000 1.7541 +++ ChangeLog 29 Sep 2010 18:31:09 -0000 1.7542 @@ -1,5 +1,23 @@ 2010-09-29 Sam Steingold <sd...@gn...> + do not use gnulib module getdate which should have been called get_date + <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> + * modules/syscalls/calls.c (xalloc_die): remove + (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR + * modules/syscalls/configure.in: do not call AC_PROG_YACC; + check for getdate and getdate_err + * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: + * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: + * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: + * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: + * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: + * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: + * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: + * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: + * modules/syscalls/glm4/xalloc.m4: remove + +2010-09-29 Sam Steingold <sd...@gn...> + * configure.in, modules/syscalls/configure.in: do not call macros which are already called by gl_INIT ------------------------------ Message: 5 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls calls.c,1.318,1.319 configure.in,1.95,1.96 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/modules/syscalls Modified Files: calls.c configure.in Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove Index: calls.c =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/calls.c,v retrieving revision 1.318 retrieving revision 1.319 diff -u -d -r1.318 -r1.319 --- calls.c 29 Sep 2010 15:27:18 -0000 1.318 +++ calls.c 29 Sep 2010 18:31:09 -0000 1.319 @@ -619,11 +619,7 @@ } else error_string_integer(STACK_1); } -nonreturning_function(extern, xalloc_die, (void)) { - pushSTACK(TheSubr(subr_self)->name); - error(storage_condition,GETTEXT("~S: malloc() failed")); -} - +#if defined(HAVE_GETDATE) && defined(HAVE_DECL_GETDATE_ERR) DEFUN(POSIX:GETDATE, timespec &optional timezone) { /* http://www.opengroup.org/onlinepubs/009695399/functions/getdate.html */ struct tm *tm; @@ -646,6 +642,7 @@ tm_to_lisp(tm,STACK_0); skipSTACK(2); } +#endif /* HAVE_GETDATE & HAVE_DECL_GETDATE_ERR */ /* ========================== string comparison ========================== */ /* call strverscmp() on STACK_0 & STACK_1 and remove them from STACK */ Index: configure.in =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/configure.in,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- configure.in 29 Sep 2010 18:18:24 -0000 1.95 +++ configure.in 29 Sep 2010 18:31:09 -0000 1.96 @@ -12,7 +12,6 @@ CL_MODULE_COMMON_CHECKS() AM_INIT_AUTOMAKE([no-define]) AC_PROG_RANLIB -AC_PROG_YACC sc_gl_EARLY sc_gl_INIT @@ -52,9 +51,10 @@ ftruncate truncate getusershell endusershell dnl erf erfc lgamma tgamma fstatvfs statvfs getpriority setpriority dnl crypt encrypt setkey GlobalMemoryStatusEx dnl -gethostid sethostid getdomainname setdomainname nftw) +gethostid sethostid getdomainname setdomainname nftw getdate) AC_FUNC_CHOWN AC_CHECK_DECLS([signgam],,,[#include <math.h>]) +AC_CHECK_DECLS([getdate_err],,,[#include <time.h>]) CL_STAT if test "$ac_cv_header_sys_statvfs_h" = "yes"; then AC_MSG_CHECKING([whether f_fsid is scalar]) ------------------------------ Message: 6 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls/glm4 gnulib-cache.m4, 1.12, 1.13 gnulib-comp.m4, 1.13, 1.14 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls/glm4 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/modules/syscalls/glm4 Modified Files: gnulib-cache.m4 gnulib-comp.m4 Log Message: regenerate after removing gnulib getdate Index: gnulib-comp.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/glm4/gnulib-comp.m4,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- gnulib-comp.m4 29 Sep 2010 13:24:14 -0000 1.13 +++ gnulib-comp.m4 29 Sep 2010 18:38:53 -0000 1.14 @@ -29,12 +29,7 @@ # Code from module alignof: # Code from module arg-nonnull: # Code from module c++defs: - # Code from module c-ctype: - # Code from module clock-time: - # Code from module getdate: # Code from module gethostname: - # Code from module gettime: - # Code from module inline: # Code from module intprops: # Code from module mbrlen: # Code from module mktime: @@ -50,11 +45,9 @@ # Code from module sys_utsname: # Code from module time: # Code from module time_r: - # Code from module timespec: # Code from module uname: # Code from module unistd: # Code from module warn-on-use: - # Code from module xalloc: ]) # This macro should be invoked from ./configure.ac, in the section @@ -76,18 +69,9 @@ # Code from module alignof: # Code from module arg-nonnull: # Code from module c++defs: - # Code from module c-ctype: - # Code from module clock-time: - gl_CLOCK_TIME - # Code from module getdate: - gl_GETDATE # Code from module gethostname: gl_FUNC_GETHOSTNAME gl_UNISTD_MODULE_INDICATOR([gethostname]) - # Code from module gettime: - gl_GETTIME - # Code from module inline: - gl_INLINE # Code from module intprops: # Code from module mbrlen: gl_FUNC_MBRLEN @@ -125,16 +109,13 @@ # Code from module time_r: gl_TIME_R gl_TIME_MODULE_INDICATOR([time_r]) - # Code from module timespec: - gl_TIMESPEC # Code from module uname: gl_FUNC_UNAME gl_SYS_UTSNAME_MODULE_INDICATOR([uname]) # Code from module unistd: gl_UNISTD_H # Code from module warn-on-use: - # Code from module xalloc: - gl_XALLOC + # Code from module dummy: # End of code from modules m4_ifval(sc_gl_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([sc_gl_LIBSOURCES_DIR])[ || @@ -278,14 +259,9 @@ build-aux/arg-nonnull.h build-aux/c++defs.h build-aux/warn-on-use.h - doc/getdate.texi lib/alignof.h - lib/c-ctype.c - lib/c-ctype.h - lib/getdate.h - lib/getdate.y + lib/dummy.c lib/gethostname.c - lib/gettime.c lib/intprops.h lib/mbrlen.c lib/mktime-internal.h @@ -303,20 +279,12 @@ lib/sys_utsname.in.h lib/time.in.h lib/time_r.c - lib/timespec.h lib/uname.c lib/unistd.in.h lib/w32sock.h - lib/xalloc.h - lib/xmalloc.c m4/00gnulib.m4 - m4/bison.m4 - m4/clock_time.m4 - m4/getdate.m4 m4/gethostname.m4 - m4/gettime.m4 m4/gnulib-common.m4 - m4/inline.m4 m4/mbrlen.m4 m4/mbstate_t.m4 m4/mktime.m4 @@ -333,11 +301,9 @@ m4/sys_utsname_h.m4 m4/time_h.m4 m4/time_r.m4 - m4/timespec.m4 m4/tm_gmtoff.m4 m4/uname.m4 m4/unistd_h.m4 m4/warn-on-use.m4 m4/wchar_t.m4 - m4/xalloc.m4 ]) Index: gnulib-cache.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/glm4/gnulib-cache.m4,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- gnulib-cache.m4 29 Sep 2010 13:24:14 -0000 1.12 +++ gnulib-cache.m4 29 Sep 2010 18:38:53 -0000 1.13 @@ -15,12 +15,11 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files getdate mktime strerror strftime strptime strverscmp uname +# gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files mktime strerror strftime strptime strverscmp uname # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ - getdate mktime strerror strftime ------------------------------ Message: 7 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls config.h.in,1.83,1.84 configure,1.120,1.121 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/modules/syscalls Modified Files: config.h.in configure Log Message: regenerate after removing gnulib getdate Index: config.h.in =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/config.h.in,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- config.h.in 29 Sep 2010 13:40:09 -0000 1.83 +++ config.h.in 29 Sep 2010 18:38:53 -0000 1.84 @@ -40,18 +40,9 @@ /* Define to 1 if you have the `chroot' function. */ #undef HAVE_CHROOT -/* Define to 1 if you have the `clock_gettime' function. */ -#undef HAVE_CLOCK_GETTIME - -/* Define to 1 if you have the `clock_settime' function. */ -#undef HAVE_CLOCK_SETTIME - /* Define to 1 if you have the `closelog' function. */ #undef HAVE_CLOSELOG -/* Define if you have compound literals. */ -#undef HAVE_COMPOUND_LITERALS - /* Define to 1 if you have the `confstr' function. */ #undef HAVE_CONFSTR @@ -64,6 +55,10 @@ /* Define to 1 if you have the <crypt.h> header file. */ #undef HAVE_CRYPT_H +/* Define to 1 if you have the declaration of `getdate_err', and to 0 if you + don't. */ +#undef HAVE_DECL_GETDATE_ERR + /* Define to 1 if you have the declaration of `signgam', and to 0 if you don't. */ #undef HAVE_DECL_SIGNGAM @@ -137,6 +132,9 @@ /* Define to 1 if you have the <ftw.h> header file. */ #undef HAVE_FTW_H +/* Define to 1 if you have the `getdate' function. */ +#undef HAVE_GETDATE + /* Define to 1 if you have the `getdomainname' function. */ #undef HAVE_GETDOMAINNAME @@ -216,9 +214,6 @@ /* Define to 1 if you have the `getsid' function. */ #undef HAVE_GETSID -/* Define to 1 if you have the `gettimeofday' function. */ -#undef HAVE_GETTIMEOFDAY - /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID @@ -240,11 +235,6 @@ /* Define to 1 if you have the <grp.h> header file. */ #undef HAVE_GRP_H -/* Define to 1 if the compiler supports one of the keywords 'inline', - '__inline__', '__inline' and effectively inlines functions marked as such. - */ -#undef HAVE_INLINE - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -296,9 +286,6 @@ /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP -/* Define to 1 if you have the `nanotime' function. */ -#undef HAVE_NANOTIME - /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H @@ -579,9 +566,6 @@ /* Define to 1 if you have the `statvfs' function. */ #undef HAVE_STATVFS -/* Define to 1 if stdbool.h conforms to C99. */ -#undef HAVE_STDBOOL_H - /* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H @@ -740,9 +724,6 @@ /* Define to 1 if you have the <ws2tcpip.h> header file. */ #undef HAVE_WS2TCPIP_H -/* Define to 1 if the system has the type `_Bool'. */ -#undef HAVE__BOOL - /* Define HOST_NAME_MAX when <limits.h> does not define it. */ #undef HOST_NAME_MAX @@ -819,9 +800,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if all 'time_t' values fit in a 'long int'. */ -#undef TIME_T_FITS_IN_LONG_INT - /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME Index: configure =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/configure,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- configure 29 Sep 2010 13:56:36 -0000 1.120 +++ configure 29 Sep 2010 18:38:53 -0000 1.121 @@ -881,13 +881,8 @@ GNULIB_DUP2 GNULIB_CLOSE GNULIB_CHOWN -HAVE__BOOL -STDBOOL_H -LIB_CLOCK_GETTIME GL_COND_LIBTOOL_FALSE GL_COND_LIBTOOL_TRUE -YFLAGS -YACC RANLIB [...1690 lines suppressed...] -$as_echo "#define GNULIB_TEST_STRERROR 1" >>confdefs.h - - - -ac_fn_c_check_decl "$LINENO" "signgam" "ac_cv_have_decl_signgam" "#include <math.h> +ac_fn_c_check_decl "$LINENO" "getdate_err" "ac_cv_have_decl_getdate_err" "#include <time.h> " -if test "x$ac_cv_have_decl_signgam" = x""yes; then : +if test "x$ac_cv_have_decl_getdate_err" = x""yes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF -#define HAVE_DECL_SIGNGAM $ac_have_decl +#define HAVE_DECL_GETDATE_ERR $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lstat" >&5 ------------------------------ Message: 8 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src/glm4 sys_wait_h.m4,1.1,1.2 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src/glm4 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/src/glm4 Modified Files: sys_wait_h.m4 Log Message: regenerate after removing gnulib getdate Index: sys_wait_h.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/src/glm4/sys_wait_h.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- sys_wait_h.m4 27 Sep 2010 21:39:11 -0000 1.1 +++ sys_wait_h.m4 29 Sep 2010 18:38:53 -0000 1.2 @@ -1,4 +1,4 @@ -# sys_wait_h.m4 serial 4 +# sys_wait_h.m4 serial 5 dnl Copyright (C) 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -10,6 +10,11 @@ dnl <sys/wait.h> is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([sys/wait.h]) + + dnl Check for declarations of anything we want to poison if the + dnl corresponding gnulib module is not in use. + gl_WARN_ON_USE_PREPARE([[#include <sys/wait.h>]], + [waitpid]) ]) AC_DEFUN([gl_SYS_WAIT_MODULE_INDICATOR], @@ -17,9 +22,12 @@ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_WAIT_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) + dnl Define it also as a C macro, for the benefit of the unit tests. + gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_WAIT_H_DEFAULTS], [ + GNULIB_WAITPID=0; AC_SUBST([GNULIB_WAITPID]) dnl Assume proper GNU behavior unless another module says otherwise. ]) ------------------------------ Message: 9 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src aclocal.m4, 1.100, 1.101 config.h.in, 1.45, 1.46 configure, 1.281, 1.282 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/src Modified Files: aclocal.m4 config.h.in configure Log Message: regenerate after removing gnulib getdate Index: aclocal.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/src/aclocal.m4,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- aclocal.m4 29 Sep 2010 13:40:09 -0000 1.100 +++ aclocal.m4 29 Sep 2010 18:38:53 -0000 1.101 @@ -1312,117 +1312,6 @@ m4/mbstate_t.m4 ]) -# serial 5 - -# Copyright (C) 2002, 2005, 2009, 2010 Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_BISON], -[ - # getdate.y works with bison only. - : ${YACC='bison -y'} -dnl -dnl Declaring YACC & YFLAGS precious will not be necessary after GNULIB -dnl requires an Autoconf greater than 2.59c, but it will probably still be -dnl useful to override the description of YACC in the --help output, re -dnl getdate.y assuming `bison -y'. - AC_ARG_VAR([YACC], -[The `Yet Another C Compiler' implementation to use. Defaults to `bison -y'. -Values other than `bison -y' will most likely break on most systems.])dnl - AC_ARG_VAR([YFLAGS], -[YFLAGS contains the list arguments that will be passed by default to Bison. -This script will default YFLAGS to the empty string to avoid a default value of -`-d' given by some make applications.])dnl -]) - -# clock_time.m4 serial 10 -dnl Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -# Check for clock_gettime and clock_settime, and set LIB_CLOCK_GETTIME. -# For a program named, say foo, you should add a line like the following -# in the corresponding Makefile.am file: -# foo_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) - -AC_DEFUN([gl_CLOCK_TIME], -[ - dnl Persuade glibc and Solaris <time.h> to declare these functions. - AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) - - # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function. - # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. - - # Save and restore LIBS so e.g., -lrt, isn't added to it. Otherwise, *all* - # programs in the package would end up linked with that potentially-shared - # library, inducing unnecessary run-time overhead. - LIB_CLOCK_GETTIME= - AC_SUBST([LIB_CLOCK_GETTIME]) - gl_saved_libs=$LIBS - AC_SEARCH_LIBS([clock_gettime], [rt posix4], - [test "$ac_cv_search_clock_gettime" = "none required" || - LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime]) - AC_CHECK_FUNCS([clock_gettime clock_settime]) - LIBS=$gl_saved_libs -]) - -# getdate.m4 serial 16 -dnl Copyright (C) 2002-2006, 2008-2010 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl Define HAVE_COMPOUND_LITERALS if the C compiler supports compound literals -dnl as in ISO C99. -dnl Note that compound literals such as (struct s) { 3, 4 } can be used for -dnl initialization of stack-allocated variables, but are not constant -dnl expressions and therefore cannot be used as initializer for global or -dnl static variables (even though gcc supports this in pre-C99 mode). -AC_DEFUN([gl_C_COMPOUND_LITERALS], -[ - AC_CACHE_CHECK([for compound literals], [gl_cv_compound_literals], - [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[struct s { int i, j; };]], - [[struct s t = (struct s) { 3, 4 }; - if (t.i != 0) return 0;]])], - gl_cv_compound_literals=yes, - gl_cv_compound_literals=no)]) - if test $gl_cv_compound_literals = yes; then - AC_DEFINE([HAVE_COMPOUND_LITERALS], [1], - [Define if you have compound literals.]) - fi -]) - -AC_DEFUN([gl_GETDATE], -[ - dnl Prerequisites of lib/getdate.h. - AC_REQUIRE([AM_STDBOOL_H]) - AC_REQUIRE([gl_TIMESPEC]) - - dnl Prerequisites of lib/getdate.y. - AC_REQUIRE([gl_BISON]) - AC_REQUIRE([gl_C_COMPOUND_LITERALS]) - AC_STRUCT_TIMEZONE - AC_REQUIRE([gl_CLOCK_TIME]) - AC_REQUIRE([gl_TM_GMTOFF]) - AC_COMPILE_IFELSE( - [AC_LANG_SOURCE([[ -#include <time.h> /* for time_t */ -#include <limits.h> /* for CHAR_BIT, LONG_MIN, LONG_MAX */ -#define TYPE_MINIMUM(t) \ - ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))) -#define TYPE_MAXIMUM(t) \ - ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))) -typedef int verify_min[2 * (LONG_MIN <= TYPE_MINIMUM (time_t)) - 1]; -typedef int verify_max[2 * (TYPE_MAXIMUM (time_t) <= LONG_MAX) - 1]; - ]])], - [AC_DEFINE([TIME_T_FITS_IN_LONG_INT], [1], - [Define to 1 if all 'time_t' values fit in a 'long int'.]) - ]) -]) - # gethostname.m4 serial 9 dnl Copyright (C) 2002, 2008, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -1525,22 +1414,6 @@ fi ]) -# gettime.m4 serial 7 -dnl Copyright (C) 2002, 2004-2006, 2009-2010 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_GETTIME], -[ - AC_LIBOBJ([gettime]) - - dnl Prerequisites of lib/gettime.c. - AC_REQUIRE([gl_CLOCK_TIME]) - AC_REQUIRE([gl_TIMESPEC]) - AC_CHECK_FUNCS_ONCE([gettimeofday nanotime]) -]) - # DO NOT EDIT! GENERATED AUTOMATICALLY! # Copyright (C) 2002-2010 Free Software Foundation, Inc. # @@ -1572,12 +1445,7 @@ # Code from module alignof: # Code from module arg-nonnull: # Code from module c++defs: - # Code from module c-ctype: - # Code from module clock-time: - # Code from module getdate: # Code from module gethostname: - # Code from module gettime: - # Code from module inline: # Code from module intprops: # Code from module mbrlen: # Code from module mktime: @@ -1593,11 +1461,9 @@ # Code from module sys_utsname: # Code from module time: # Code from module time_r: - # Code from module timespec: # Code from module uname: # Code from module unistd: # Code from module warn-on-use: - # Code from module xalloc: ]) # This macro should be invoked from ./configure.ac, in the section @@ -1619,18 +1485,9 @@ # Code from module alignof: # Code from module arg-nonnull: # Code from module c++defs: - # Code from module c-ctype: - # Code from module clock-time: - gl_CLOCK_TIME - # Code from module getdate: - gl_GETDATE # Code from module gethostname: gl_FUNC_GETHOSTNAME gl_UNISTD_MODULE_INDICATOR([gethostname]) - # Code from module gettime: - gl_GETTIME - # Code from module inline: - gl_INLINE # Code from module intprops: # Code from module mbrlen: gl_FUNC_MBRLEN @@ -1668,16 +1525,13 @@ # Code from module time_r: gl_TIME_R gl_TIME_MODULE_INDICATOR([time_r]) - # Code from module timespec: - gl_TIMESPEC # Code from module uname: gl_FUNC_UNAME gl_SYS_UTSNAME_MODULE_INDICATOR([uname]) # Code from module unistd: gl_UNISTD_H # Code from module warn-on-use: - # Code from module xalloc: - gl_XALLOC + # Code from module dummy: # End of code from modules m4_ifval(sc_gl_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([sc_gl_LIBSOURCES_DIR])[ || @@ -1821,14 +1675,9 @@ build-aux/arg-nonnull.h build-aux/c++defs.h build-aux/warn-on-use.h - doc/getdate.texi lib/alignof.h - lib/c-ctype.c - lib/c-ctype.h - lib/getdate.h - lib/getdate.y + lib/dummy.c lib/gethostname.c - lib/gettime.c lib/intprops.h lib/mbrlen.c lib/mktime-internal.h @@ -1846,20 +1695,12 @@ lib/sys_utsname.in.h lib/time.in.h lib/time_r.c - lib/timespec.h lib/uname.c lib/unistd.in.h lib/w32sock.h - lib/xalloc.h - lib/xmalloc.c m4/00gnulib.m4 - m4/bison.m4 - m4/clock_time.m4 - m4/getdate.m4 m4/gethostname.m4 - m4/gettime.m4 m4/gnulib-common.m4 - m4/inline.m4 m4/mbrlen.m4 m4/mbstate_t.m4 m4/mktime.m4 @@ -1876,54 +1717,11 @@ m4/sys_utsname_h.m4 m4/time_h.m4 m4/time_r.m4 - m4/timespec.m4 m4/tm_gmtoff.m4 m4/uname.m4 m4/unistd_h.m4 m4/warn-on-use.m4 m4/wchar_t.m4 - m4/xalloc.m4 -]) - -# inline.m4 serial 4 -dnl Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl Test for the 'inline' keyword or equivalent. -dnl Define 'inline' to a supported equivalent, or to nothing if not supported, -dnl like AC_C_INLINE does. Also, define HAVE_INLINE if 'inline' or an -dnl equivalent is effectively supported, i.e. if the compiler is likely to -dnl drop unused 'static inline' functions. -AC_DEFUN([gl_INLINE], -[ - AC_REQUIRE([AC_C_INLINE]) - AC_CACHE_CHECK([whether the compiler generally respects inline], - [gl_cv_c_inline_effective], - [if test $ac_cv_c_inline = no; then - gl_cv_c_inline_effective=no - else - dnl GCC defines __NO_INLINE__ if not optimizing or if -fno-inline is - dnl specified. - dnl Use AC_COMPILE_IFELSE here, not AC_EGREP_CPP, because the result - dnl depends on optimization flags, which can be in CFLAGS. - dnl (AC_EGREP_CPP looks only at the CPPFLAGS.) - AC_COMPILE_IFELSE( - [AC_LANG_PROGRAM([[]], - [[#ifdef __NO_INLINE__ - #error "inline is not effective" - #endif]])], - [gl_cv_c_inline_effective=yes], - [gl_cv_c_inline_effective=no]) - fi - ]) - if test $gl_cv_c_inline_effective = yes; then - AC_DEFINE([HAVE_INLINE], [1], - [Define to 1 if the compiler supports one of the keywords - 'inline', '__inline__', '__inline' and effectively inlines - functions marked as such.]) - fi ]) # mbrlen.m4 serial 3 @@ -2809,22 +2607,6 @@ : ]) -#serial 14 - -# Copyright (C) 2000-2001, 2003-2007, 2009-2010 Free Software Foundation, Inc. - -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -dnl From Jim Meyering - -AC_DEFUN([gl_TIMESPEC], -[ - dnl Prerequisites of lib/timespec.h. - AC_REQUIRE([AC_C_INLINE]) -]) - # tm_gmtoff.m4 serial 3 dnl Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -2861,32 +2643,6 @@ : ]) -# xalloc.m4 serial 16 -dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009, 2010 Free Software -dnl Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_XALLOC], -[ - AC_LIBOBJ([xmalloc]) - - gl_PREREQ_XALLOC - gl_PREREQ_XMALLOC -]) - -# Prerequisites of lib/xalloc.h. -AC_DEFUN([gl_PREREQ_XALLOC], [ - AC_REQUIRE([gl_INLINE]) - : -]) - -# Prerequisites of lib/xmalloc.c. -AC_DEFUN([gl_PREREQ_XMALLOC], [ - : -]) - # btowc.m4 serial 7 dnl Copyright (C) 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -11113,7 +10869,7 @@ REPLACE_GETTIMEOFDAY=0; AC_SUBST([REPLACE_GETTIMEOFDAY]) ]) -# sys_wait_h.m4 serial 4 +# sys_wait_h.m4 serial 5 dnl Copyright (C) 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -11125,6 +10881,11 @@ dnl <sys/wait.h> is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([sys/wait.h]) + + dnl Check for declarations of anything we want to poison if the + dnl corresponding gnulib module is not in use. + gl_WARN_ON_USE_PREPARE([[#include <sys/wait.h>]], + [waitpid]) ]) AC_DEFUN([gl_SYS_WAIT_MODULE_INDICATOR], @@ -11132,10 +10893,13 @@ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_WAIT_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) + dnl Define it also as a C macro, for the benefit of the unit tests. + gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_WAIT_H_DEFAULTS], [ + GNULIB_WAITPID=0; AC_SUBST([GNULIB_WAITPID]) dnl Assume proper GNU behavior unless another module says otherwise. ]) Index: config.h.in =================================================================== RCS file: /cvsroot/clisp/clisp/src/config.h.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- config.h.in 27 Sep 2010 22:11:07 -0000 1.45 +++ config.h.in 29 Sep 2010 18:38:53 -0000 1.46 @@ -60,66 +60,6 @@ #endif -/* CPU and C ABI indicator */ -#ifndef __i386__ -#undef __i386__ -#endif -#ifndef __x86_64__ -#undef __x86_64__ -#endif -#ifndef __alpha__ -#undef __alpha__ -#endif -#ifndef __arm__ -#undef __arm__ -#endif -#ifndef __armel__ -#undef __armel__ -#endif -#ifndef __hppa__ -#undef __hppa__ -#endif -#ifndef __hppa64__ -#undef __hppa64__ -#endif -#ifndef __ia64__ -#undef __ia64__ -#endif -#ifndef __m68k__ -#undef __m68k__ -#endif -#ifndef __mips__ -#undef __mips__ -#endif -#ifndef __mipsn32__ -#undef __mipsn32__ -#endif -#ifndef __mips64__ -#undef __mips64__ -#endif -#ifndef __powerpc__ -#undef __powerpc__ -#endif -#ifndef __powerpc64__ -#undef __powerpc64__ -#endif -#ifndef __s390__ -#undef __s390__ -#endif -#ifndef __s390x__ -#undef __s390x__ -#endif -#ifndef __sh__ -#undef __sh__ -#endif -#ifndef __sparc__ -#undef __sparc__ -#endif -#ifndef __sparc64__ -#undef __sparc64__ -#endif - - /* Define if the compiler is building for multiple architectures of Apple platforms at once. */ #undef AA_APPLE_UNIVERSAL_BUILD @@ -817,6 +757,9 @@ /* Define to 1 if usleep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_USLEEP +/* Define to 1 if waitpid is declared even after undefining macros. */ +#undef HAVE_RAW_DECL_WAITPID + /* Define to 1 if wcrtomb is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCRTOMB Index: configure =================================================================== RCS file: /cvsroot/clisp/clisp/src/configure,v retrieving revision 1.281 retrieving revision 1.282 diff -u -d -r1.281 -r1.282 --- configure 28 Sep 2010 19:41:02 -0000 1.281 +++ configure 29 Sep 2010 18:38:53 -0000 1.282 @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in,v 1.190 2010/09/28 19:26:44 sds Exp . +# From configure.in Id: configure.in,v 1.191 2010/09/29 18:18:24 sds Exp . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for GNU CLISP 2.49+ (2010-07-17). # @@ -674,6 +674,7 @@ LIBUNISTRING_UNINAME_H NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H NEXT_SYS_WAIT_H +GNULIB_WAITPID [...2200 lines suppressed...] - - - - -for ac_header in sys/resource.h sys/times.h + for ac_header in sys/resource.h sys/times.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -33814,10 +32588,6 @@ as_fn_error "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - as_fn_error "conditional \"am__fastdepCC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 ------------------------------ ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 53, Issue 36 ***************************************** |