From 2834977b48eb11efdc9800fc38e31e3efbdb368c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 2 Sep 1999 14:52:32 +0000 Subject: [PATCH] Regenerated --- Makefile.in | 48 +++++++++++++++++++++++++++++++++-------- configure | 2 +- libguile/scmconfig.h.in | 3 +++ 3 files changed, 43 insertions(+), 10 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0b091cb66..2441adfe2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,9 +105,10 @@ CONFIG_CLEAN_FILES = DATA = $(aclocal_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 config.guess \ -config.sub configure configure.in install-sh ltconfig ltmain.sh \ -mdate-sh missing mkinstalldirs +Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 aclocal.m4 \ +config.guess config.sub configure configure.in install-sh \ +libguile/scmconfig.h.in libguile/stamp-h.in ltconfig ltmain.sh mdate-sh \ +missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -131,6 +132,34 @@ config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) +libguile/scmconfig.h: libguile/stamp-h + @if test ! -f $@; then \ + rm -f libguile/stamp-h; \ + $(MAKE) libguile/stamp-h; \ + else :; fi +libguile/stamp-h: $(srcdir)/libguile/scmconfig.h.in $(top_builddir)/config.status + cd $(top_builddir) \ + && CONFIG_FILES= CONFIG_HEADERS=libguile/scmconfig.h \ + $(SHELL) ./config.status + @echo timestamp > libguile/stamp-h 2> /dev/null +$(srcdir)/libguile/scmconfig.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/libguile/stamp-h.in + @if test ! -f $@; then \ + rm -f $(srcdir)/libguile/stamp-h.in; \ + $(MAKE) $(srcdir)/libguile/stamp-h.in; \ + else :; fi +$(srcdir)/libguile/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h + cd $(top_srcdir) && $(AUTOHEADER) + @echo timestamp > $(srcdir)/libguile/stamp-h.in 2> /dev/null + +mostlyclean-hdr: + +clean-hdr: + +distclean-hdr: + -rm -f libguile/scmconfig.h + +maintainer-clean-hdr: + install-aclocalDATA: $(aclocal_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(aclocaldir) @@ -339,29 +368,30 @@ distclean-generic: -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -mostlyclean-am: mostlyclean-tags mostlyclean-generic +mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive -clean-am: clean-tags clean-generic mostlyclean-am +clean-am: clean-hdr clean-tags clean-generic mostlyclean-am clean: clean-recursive -distclean-am: distclean-tags distclean-generic clean-am +distclean-am: distclean-hdr distclean-tags distclean-generic clean-am -rm -f libtool distclean: distclean-recursive -rm -f config.status -maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ - distclean-am +maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ + maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive -rm -f config.status -.PHONY: uninstall-aclocalDATA install-aclocalDATA install-data-recursive \ +.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ +uninstall-aclocalDATA install-aclocalDATA install-data-recursive \ uninstall-data-recursive install-exec-recursive \ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ diff --git a/configure b/configure index 46d45d411..bee59cba6 100755 --- a/configure +++ b/configure @@ -3247,7 +3247,7 @@ fi fi -for ac_func in ctermid ftime getcwd geteuid 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 strdup system usleep atexit +for ac_func in ctermid ftime getcwd geteuid 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 strdup system usleep atexit on_exit do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3254: checking for $ac_func" >&5 diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index 4412efdd8..0f330e713 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -263,6 +263,9 @@ /* Define if you have the nice function. */ #undef HAVE_NICE +/* Define if you have the on_exit function. */ +#undef HAVE_ON_EXIT + /* Define if you have the pause function. */ #undef HAVE_PAUSE