1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

Regenerated aclocal.m4 and configure with all the necessary

macros (didn't get AM_PROG_LIBTOOL or GUILE_DLSYM_USCORE correct
last time).
This commit is contained in:
Tim Pierce 1997-11-26 02:16:16 +00:00
parent 5aadf8c195
commit ef0f106fc3
3 changed files with 276 additions and 243 deletions

View file

@ -1,14 +1,8 @@
# Makefile.in generated automatically by automake 1.2c from Makefile.am # Makefile.in generated automatically by automake 1.2 from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy, distribute and modify it.
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
SHELL = /bin/sh SHELL = /bin/sh
@ -166,7 +160,7 @@ check-recursive installcheck-recursive info-recursive dvi-recursive:
mostlyclean-recursive clean-recursive distclean-recursive \ mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive: maintainer-clean-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \ @set fnord $(MAKEFLAGS); amf=$$2; \
rev=''; for subdir in $(SUBDIRS); do rev="$$subdir $$rev"; done; \ rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
for subdir in $$rev; do \ for subdir in $$rev; do \
target=`echo $@ | sed s/-recursive//`; \ target=`echo $@ | sed s/-recursive//`; \
echo "Making $$target in $$subdir"; \ echo "Making $$target in $$subdir"; \
@ -197,7 +191,7 @@ mostlyclean-tags:
clean-tags: clean-tags:
distclean-tags: distclean-tags:
-rm -f TAGS ID rm -f TAGS ID
maintainer-clean-tags: maintainer-clean-tags:
@ -208,7 +202,7 @@ top_distdir = $(distdir)
# it guarantees that the distribution is self-contained by making another # it guarantees that the distribution is self-contained by making another
# tarfile. # tarfile.
distcheck: dist distcheck: dist
-rm -rf $(distdir) rm -rf $(distdir)
GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
mkdir $(distdir)/=build mkdir $(distdir)/=build
mkdir $(distdir)/=inst mkdir $(distdir)/=inst
@ -221,25 +215,24 @@ distcheck: dist
&& $(MAKE) install \ && $(MAKE) install \
&& $(MAKE) installcheck \ && $(MAKE) installcheck \
&& $(MAKE) dist && $(MAKE) dist
-rm -rf $(distdir) rm -rf $(distdir)
@echo "========================"; \ @echo "========================"; \
echo "$(distdir).tar.gz is ready for distribution"; \ echo "$(distdir).tar.gz is ready for distribution"; \
echo "========================" echo "========================"
dist: distdir dist: distdir
-chmod -R a+r $(distdir) -chmod -R a+r $(distdir)
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
-rm -rf $(distdir) rm -rf $(distdir)
dist-all: distdir dist-all: distdir
-chmod -R a+r $(distdir) -chmod -R a+r $(distdir)
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
-rm -rf $(distdir) rm -rf $(distdir)
distdir: $(DISTFILES) distdir: $(DISTFILES)
-rm -rf $(distdir) rm -rf $(distdir)
mkdir $(distdir) mkdir $(distdir)
-chmod 777 $(distdir) -chmod 777 $(distdir)
here=`cd $(top_builddir) && pwd`; \ here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(distdir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \ cd $(top_srcdir) \
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
@for file in $(DISTFILES); do \ @for file in $(DISTFILES); do \
@ -248,12 +241,12 @@ distdir: $(DISTFILES)
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \ || cp -p $$d/$$file $(distdir)/$$file; \
done done
for subdir in $(SUBDIRS); do \ for subdir in $(SUBDIRS); do \
test -d $(distdir)/$$subdir \ test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \
|| exit 1; \ || exit 1; \
chmod 777 $(distdir)/$$subdir; \ chmod 777 $(distdir)/$$subdir; \
(cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
|| exit 1; \ || exit 1; \
done done
info: info-recursive info: info-recursive
@ -287,19 +280,19 @@ installdirs: installdirs-recursive
mostlyclean-generic: mostlyclean-generic:
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic: clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic: distclean-generic:
-rm -f Makefile $(DISTCLEANFILES) rm -f Makefile $(DISTCLEANFILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]* rm -f config.cache config.log stamp-h stamp-h[0-9]*
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic: maintainer-clean-generic:
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean-am: mostlyclean-tags mostlyclean-generic
clean-am: clean-tags clean-generic mostlyclean-am clean-am: clean-tags clean-generic mostlyclean-am
@ -314,13 +307,13 @@ mostlyclean: mostlyclean-recursive mostlyclean-am
clean: clean-recursive clean-am clean: clean-recursive clean-am
distclean: distclean-recursive distclean-am distclean: distclean-recursive distclean-am
-rm -f config.status rm -f config.status
-rm -f libtool rm -f libtool
maintainer-clean: maintainer-clean-recursive maintainer-clean-am maintainer-clean: maintainer-clean-recursive maintainer-clean-am
@echo "This command is intended for maintainers to use;" @echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild." @echo "it deletes files that may require special tools to rebuild."
-rm -f config.status rm -f config.status
.PHONY: default uninstall-aclocalDATA install-aclocalDATA \ .PHONY: default uninstall-aclocalDATA install-aclocalDATA \
install-data-recursive uninstall-data-recursive install-exec-recursive \ install-data-recursive uninstall-data-recursive install-exec-recursive \

44
aclocal.m4 vendored
View file

@ -291,7 +291,7 @@ done<<>>dnl>>)
changequote([,]))]) changequote([,]))])
# serial 14 AM_PROG_LIBTOOL # serial 17 AM_PROG_LIBTOOL
AC_DEFUN(AM_PROG_LIBTOOL, AC_DEFUN(AM_PROG_LIBTOOL,
[AC_REQUIRE([AC_CANONICAL_HOST]) [AC_REQUIRE([AC_CANONICAL_HOST])
AC_REQUIRE([AC_PROG_RANLIB]) AC_REQUIRE([AC_PROG_RANLIB])
@ -308,10 +308,11 @@ dnl Allow the --disable-shared flag to stop us from building shared libs.
AC_ARG_ENABLE(shared, AC_ARG_ENABLE(shared,
[ --enable-shared build shared libraries [default=yes]], [ --enable-shared build shared libraries [default=yes]],
[if test "$enableval" = no; then [if test "$enableval" = no; then
enable_shared=no libtool_enable_shared=no
else else
enable_shared=yes libtool_enable_shared=yes
fi]) fi])
test -n "$libtool_enable_shared" && enable_shared="$libtool_enable_shared"
libtool_shared= libtool_shared=
test "$enable_shared" = no && libtool_shared=" --disable-shared" test "$enable_shared" = no && libtool_shared=" --disable-shared"
@ -319,10 +320,11 @@ dnl Allow the --disable-static flag to stop us from building static libs.
AC_ARG_ENABLE(static, AC_ARG_ENABLE(static,
[ --enable-static build static libraries [default=yes]], [ --enable-static build static libraries [default=yes]],
[if test "$enableval" = no; then [if test "$enableval" = no; then
enable_static=no libtool_enable_static=no
else else
enable_static=yes libtool_enable_static=yes
fi]) fi])
test -n "$libtool_enable_static" && enable_static="$libtool_enable_static"
libtool_static= libtool_static=
test "$enable_static" = no && libtool_static=" --disable-static" test "$enable_static" = no && libtool_static=" --disable-static"
@ -336,12 +338,28 @@ test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
[case "$host" in [case "$host" in
*-*-irix6*) *-*-irix6*)
ac_save_CFLAGS="$CFLAGS" ac_save_CFLAGS="$CFLAGS"
# -n32 always needs to be added to the linker when using GCC. flag_passed=no
test "$ac_cv_prog_gcc" = yes && CFLAGS="$CFLAGS -n32" for f in -32 -64 -n32 ABI -cckr -mips1 -mips2 -mips3 -mips4; do
for f in '-32' '-64' '-cckr' '-n32' '-mips1' '-mips2' '-mips3' '-mips4'; do case "$f" in
if echo " $CC $CFLAGS " | egrep -e "[ ]$f[ ]" > /dev/null; then ABI)
LD="${LD-ld} $f" test -n "$SGI_ABI" && flag_passed=yes
fi if test "$flag_passed" = no && test "$ac_cv_prog_gcc" = yes; then
# Choose the ABI flag according to GCC's specs.
if $CC -dumpspecs 2>&1 | sed '/^\*link:$/,/^$/!d' | egrep -e '[ ]-32' >/dev/null; then
LD="${LD-ld} -32"
else
LD="${LD-ld} -n32"
fi
fi
;;
*)
if echo " $CC $CFLAGS " | egrep -e "[ ]$f[ ]" > /dev/null; then
flag_passed=yes
LD="${LD-ld} $f"
fi
;;
esac
done done
CFLAGS="$ac_save_CFLAGS" CFLAGS="$ac_save_CFLAGS"
;; ;;
@ -373,7 +391,9 @@ if test "$ac_cv_prog_gcc" = yes; then
ac_prog=`($CC -print-prog-name=ld) 2>&5` ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in case "$ac_prog" in
# Accept absolute paths. # Accept absolute paths.
/*) ;; /*)
test -z "$LD" && LD="$ac_prog"
;;
"") "")
# If it fails, then pretend we aren't using GCC. # If it fails, then pretend we aren't using GCC.
ac_prog=ld ac_prog=ld

416
configure vendored

File diff suppressed because it is too large Load diff