1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-13 15:10:34 +02:00

some configuration fixes to get gtcltk to work for me

This commit is contained in:
Mark Galassi 1996-12-07 04:25:26 +00:00
parent 52b998e15a
commit 84da179fc3
3 changed files with 29 additions and 34 deletions

View file

@ -41,7 +41,7 @@ Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
directories, to arrange for lgh to the last thing directories, to arrange for lgh to the last thing
configured/built. configured/built.
Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@papageno.lanl.gov> Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
* lgh/: added the directory in which I implement the high level * lgh/: added the directory in which I implement the high level
libguile library (lgh_) for this release of Guile. See the libguile library (lgh_) for this release of Guile. See the

View file

@ -1,4 +1,4 @@
# Makefile.in generated automatically by automake 1.1i from Makefile.am # Makefile.in generated automatically by automake 1.1k from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
@ -64,16 +64,16 @@ TAR = tar
default: all default: all
.SUFFIXES: .SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
cd $(top_srcdir) && automake --foreign Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(srcdir)/aclocal.m4: configure.in $(srcdir)/aclocal.m4: configure.in
cd $(srcdir) && aclocal cd $(srcdir) && aclocal
$(srcdir)/Makefile.in: Makefile.am configure.in
cd $(srcdir) && automake --strictness=foreign Makefile
# For an explanation of the following Makefile rules, see node
# `Automatic Remaking' in GNU Autoconf documentation.
Makefile: $(srcdir)/Makefile.in config.status $(BUILT_SOURCES)
CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
config.status: configure config.status: configure
$(SHELL) ./config.status --recheck $(SHELL) ./config.status --recheck
$(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES) $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
@ -134,7 +134,7 @@ distdir: $(DISTFILES)
-chmod 755 $(distdir) -chmod 755 $(distdir)
here=`pwd`; distdir=`cd $(distdir) && pwd` \ here=`pwd`; distdir=`cd $(distdir) && pwd` \
&& cd $(srcdir) \ && cd $(srcdir) \
&& automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --strictness=foreign && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign
$(mkinstalldirs) $(distdir)/PLUGIN $(mkinstalldirs) $(distdir)/PLUGIN
@for file in $(DISTFILES); do \ @for file in $(DISTFILES); do \
d=$(srcdir); \ d=$(srcdir); \
@ -182,12 +182,12 @@ maintainer-clean-generic:
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean: mostlyclean-generic mostlyclean: mostlyclean-generic
clean: clean-generic mostlyclean clean: clean-generic mostlyclean
distclean: distclean-generic clean distclean: distclean-generic clean
rm -f config.status rm -f config.status
maintainer-clean: maintainer-clean-generic distclean maintainer-clean: maintainer-clean-generic distclean
@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

View file

@ -1,4 +1,4 @@
# Makefile.in generated automatically by automake 1.1j from Makefile.am # Makefile.in generated automatically by automake 1.1k from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
@ -147,16 +147,16 @@ default: all
.SUFFIXES: .SUFFIXES:
.SUFFIXES: .c .o .x .SUFFIXES: .c .o .x
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
cd $(top_srcdir) && automake --foreign Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(srcdir)/aclocal.m4: configure.in acinclude.m4 $(srcdir)/aclocal.m4: configure.in acinclude.m4
cd $(srcdir) && aclocal cd $(srcdir) && aclocal
$(srcdir)/Makefile.in: Makefile.am configure.in
cd $(srcdir) && automake --strictness=foreign Makefile
# For an explanation of the following Makefile rules, see node
# `Automatic Remaking' in GNU Autoconf documentation.
Makefile: $(srcdir)/Makefile.in config.status $(BUILT_SOURCES)
CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
config.status: configure config.status: configure
$(SHELL) ./config.status --recheck $(SHELL) ./config.status --recheck
$(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES) $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
@ -331,7 +331,7 @@ distdir: $(DISTFILES)
-chmod 755 $(distdir) -chmod 755 $(distdir)
here=`pwd`; distdir=`cd $(distdir) && pwd` \ here=`pwd`; distdir=`cd $(distdir) && pwd` \
&& cd $(srcdir) \ && cd $(srcdir) \
&& automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --strictness=foreign && automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign
$(mkinstalldirs) $(distdir)/PLUGIN $(mkinstalldirs) $(distdir)/PLUGIN
@for file in $(DISTFILES); do \ @for file in $(DISTFILES); do \
d=$(srcdir); \ d=$(srcdir); \
@ -355,15 +355,11 @@ distclean-depend:
maintainer-clean-depend: maintainer-clean-depend:
rm -rf .deps rm -rf .deps
.deps/%.P: $(srcdir)/%.c .deps/%.P: $(srcdir)/%@EXT@
@echo "Computing dependencies for $<..." @echo "Computing dependencies for $<..."
@$(MKDEP) $< > $@-tmp @o='o'; \
@if test -n "$o"; then \ ONLYC test -n "$o" && o='$$o'; \
sed 's/\.o:/$$o:/' $@-tmp > $@; \ $(@MKDEP@) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
rm $@-tmp; \
else \
mv $@-tmp $@; \
fi
info: info:
dvi: dvi:
check: all check: all
@ -408,17 +404,16 @@ mostlyclean: mostlyclean-hdr mostlyclean-libLIBRARIES \
mostlyclean-generic mostlyclean-generic
clean: clean-hdr clean-libLIBRARIES clean-compile clean-tags \ clean: clean-hdr clean-libLIBRARIES clean-compile clean-tags \
clean-depend clean-generic mostlyclean clean-depend clean-generic mostlyclean
distclean: distclean-hdr distclean-libLIBRARIES distclean-compile \ distclean: distclean-hdr distclean-libLIBRARIES distclean-compile \
distclean-tags distclean-depend distclean-generic \ distclean-tags distclean-depend distclean-generic clean
clean
rm -f config.status rm -f config.status
maintainer-clean: maintainer-clean-hdr maintainer-clean-libLIBRARIES \ maintainer-clean: maintainer-clean-hdr maintainer-clean-libLIBRARIES \
maintainer-clean-compile maintainer-clean-tags \ maintainer-clean-compile maintainer-clean-tags \
maintainer-clean-depend maintainer-clean-generic \ maintainer-clean-depend maintainer-clean-generic \
distclean distclean
@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