mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
Regenerated using patched automake-1.1k.
This commit is contained in:
parent
84da179fc3
commit
a62ca5a1d3
8 changed files with 51 additions and 51 deletions
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -1,4 +1,4 @@
|
||||||
dnl aclocal.m4 generated automatically by aclocal 1.1i
|
dnl aclocal.m4 generated automatically by aclocal 1.1k
|
||||||
|
|
||||||
# Do all the work for Automake. This macro actually does too much --
|
# Do all the work for Automake. This macro actually does too much --
|
||||||
# some checks are only needed if your package does certain things.
|
# some checks are only needed if your package does certain things.
|
||||||
|
|
2
ice-9/aclocal.m4
vendored
2
ice-9/aclocal.m4
vendored
|
@ -1,4 +1,4 @@
|
||||||
dnl aclocal.m4 generated automatically by aclocal 1.1i
|
dnl aclocal.m4 generated automatically by aclocal 1.1k
|
||||||
|
|
||||||
|
|
||||||
dnl Usage: AM_INIT_GUILE_MODULE(module-name)
|
dnl Usage: AM_INIT_GUILE_MODULE(module-name)
|
||||||
|
|
|
@ -37,9 +37,9 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
FD_SETTER = @FD_SETTER@
|
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
FD_SETTER = @FD_SETTER@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
LINK = $(CC) $(LDFLAGS) -o $@
|
LINK = $(CC) $(LDFLAGS) -o $@
|
||||||
DATA = $(modinclude_DATA)
|
DATA = $(modinclude_DATA)
|
||||||
|
|
||||||
HEADERS = $(include_HEADERS) $(modinclude_HEADERS)
|
HEADERS = $(modinclude_HEADERS) $(include_HEADERS)
|
||||||
|
|
||||||
DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in acconfig.h \
|
DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in acconfig.h \
|
||||||
acinclude.m4 aclocal.m4 configure configure.in fd.h.in scmconfig.h.in \
|
acinclude.m4 aclocal.m4 configure configure.in fd.h.in scmconfig.h.in \
|
||||||
|
@ -248,18 +248,6 @@ uninstall-modincludeDATA:
|
||||||
rm -f $(modincludedir)/$$p; \
|
rm -f $(modincludedir)/$$p; \
|
||||||
done
|
done
|
||||||
|
|
||||||
install-includeHEADERS: $(include_HEADERS)
|
|
||||||
$(NORMAL_INSTALL)
|
|
||||||
$(mkinstalldirs) $(includedir)
|
|
||||||
list="$(include_HEADERS)"; for p in $$list; do \
|
|
||||||
$(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p; \
|
|
||||||
done
|
|
||||||
|
|
||||||
uninstall-includeHEADERS:
|
|
||||||
list="$(include_HEADERS)"; for p in $$list; do \
|
|
||||||
rm -f $(includedir)/$$p; \
|
|
||||||
done
|
|
||||||
|
|
||||||
install-modincludeHEADERS: $(modinclude_HEADERS)
|
install-modincludeHEADERS: $(modinclude_HEADERS)
|
||||||
$(NORMAL_INSTALL)
|
$(NORMAL_INSTALL)
|
||||||
$(mkinstalldirs) $(modincludedir)
|
$(mkinstalldirs) $(modincludedir)
|
||||||
|
@ -272,6 +260,18 @@ uninstall-modincludeHEADERS:
|
||||||
rm -f $(modincludedir)/$$p; \
|
rm -f $(modincludedir)/$$p; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
install-includeHEADERS: $(include_HEADERS)
|
||||||
|
$(NORMAL_INSTALL)
|
||||||
|
$(mkinstalldirs) $(includedir)
|
||||||
|
list="$(include_HEADERS)"; for p in $$list; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p; \
|
||||||
|
done
|
||||||
|
|
||||||
|
uninstall-includeHEADERS:
|
||||||
|
list="$(include_HEADERS)"; for p in $$list; do \
|
||||||
|
rm -f $(includedir)/$$p; \
|
||||||
|
done
|
||||||
|
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
|
|
||||||
ID: $(HEADERS) $(SOURCES)
|
ID: $(HEADERS) $(SOURCES)
|
||||||
|
@ -355,11 +355,11 @@ distclean-depend:
|
||||||
maintainer-clean-depend:
|
maintainer-clean-depend:
|
||||||
rm -rf .deps
|
rm -rf .deps
|
||||||
|
|
||||||
.deps/%.P: $(srcdir)/%@EXT@
|
.deps/%.P: $(srcdir)/%.c
|
||||||
@echo "Computing dependencies for $<..."
|
@echo "Computing dependencies for $<..."
|
||||||
@o='o'; \
|
@o='o'; \
|
||||||
ONLYC test -n "$o" && o='$$o'; \
|
test -n "$o" && o='$$o'; \
|
||||||
$(@MKDEP@) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
|
$(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
|
||||||
info:
|
info:
|
||||||
dvi:
|
dvi:
|
||||||
check: all
|
check: all
|
||||||
|
@ -368,21 +368,21 @@ installcheck:
|
||||||
install-exec: install-libLIBRARIES
|
install-exec: install-libLIBRARIES
|
||||||
$(NORMAL_INSTALL)
|
$(NORMAL_INSTALL)
|
||||||
|
|
||||||
install-data: install-modincludeDATA install-includeHEADERS install-modincludeHEADERS
|
install-data: install-modincludeDATA install-modincludeHEADERS install-includeHEADERS
|
||||||
$(NORMAL_INSTALL)
|
$(NORMAL_INSTALL)
|
||||||
|
|
||||||
install: install-exec install-data all
|
install: install-exec install-data all
|
||||||
@:
|
@:
|
||||||
|
|
||||||
uninstall: uninstall-libLIBRARIES uninstall-modincludeDATA uninstall-includeHEADERS uninstall-modincludeHEADERS
|
uninstall: uninstall-libLIBRARIES uninstall-modincludeDATA uninstall-modincludeHEADERS uninstall-includeHEADERS
|
||||||
|
|
||||||
all: $(LIBRARIES) $(DATA) $(HEADERS) Makefile scmconfig.h
|
all: $(LIBRARIES) $(DATA) $(HEADERS) Makefile scmconfig.h
|
||||||
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
||||||
installdirs:
|
installdirs:
|
||||||
$(mkinstalldirs) $(libdir) $(modincludedir) $(includedir) \
|
$(mkinstalldirs) $(libdir) $(modincludedir) $(modincludedir) \
|
||||||
$(modincludedir)
|
$(includedir)
|
||||||
|
|
||||||
|
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
|
@ -423,14 +423,14 @@ maintainer-clean-hdr mostlyclean-libLIBRARIES distclean-libLIBRARIES \
|
||||||
clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
|
clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
|
||||||
install-libLIBRARIES mostlyclean-compile distclean-compile \
|
install-libLIBRARIES mostlyclean-compile distclean-compile \
|
||||||
clean-compile maintainer-clean-compile uninstall-modincludeDATA \
|
clean-compile maintainer-clean-compile uninstall-modincludeDATA \
|
||||||
install-modincludeDATA uninstall-includeHEADERS install-includeHEADERS \
|
install-modincludeDATA uninstall-modincludeHEADERS \
|
||||||
uninstall-modincludeHEADERS install-modincludeHEADERS tags \
|
install-modincludeHEADERS uninstall-includeHEADERS \
|
||||||
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
|
install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
|
||||||
distdir mostlyclean-depend distclean-depend clean-depend \
|
maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
|
||||||
maintainer-clean-depend info dvi installcheck install-exec install-data \
|
clean-depend maintainer-clean-depend info dvi installcheck install-exec \
|
||||||
install uninstall all installdirs mostlyclean-generic distclean-generic \
|
install-data install uninstall all installdirs mostlyclean-generic \
|
||||||
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
distclean-generic clean-generic maintainer-clean-generic clean \
|
||||||
maintainer-clean
|
mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
|
|
||||||
libpath.h: Makefile
|
libpath.h: Makefile
|
||||||
|
|
2
libguile/aclocal.m4
vendored
2
libguile/aclocal.m4
vendored
|
@ -1,4 +1,4 @@
|
||||||
dnl aclocal.m4 generated automatically by aclocal 1.1i
|
dnl aclocal.m4 generated automatically by aclocal 1.1k
|
||||||
|
|
||||||
dnl On the NeXT, #including <utime.h> doesn't give you a definition for
|
dnl On the NeXT, #including <utime.h> doesn't give you a definition for
|
||||||
dnl struct utime, unless you #define _POSIX_SOURCE.
|
dnl struct utime, unless you #define _POSIX_SOURCE.
|
||||||
|
|
|
@ -37,15 +37,15 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
host_triplet = @host@
|
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
target_libs = @target_libs@
|
host_triplet = @host@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
qtmdb_s = @qtmdb_s@
|
|
||||||
qtmds_s = @qtmds_s@
|
|
||||||
qtmdc_c = @qtmdc_c@
|
|
||||||
qtmd_h = @qtmd_h@
|
qtmd_h = @qtmd_h@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
target_libs = @target_libs@
|
||||||
|
qtmdc_c = @qtmdc_c@
|
||||||
|
qtmds_s = @qtmds_s@
|
||||||
|
qtmdb_s = @qtmdb_s@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
@ -277,11 +277,11 @@ distclean-depend:
|
||||||
maintainer-clean-depend:
|
maintainer-clean-depend:
|
||||||
rm -rf .deps
|
rm -rf .deps
|
||||||
|
|
||||||
.deps/%.P: $(srcdir)/%@EXT@
|
.deps/%.P: $(srcdir)/%.c
|
||||||
@echo "Computing dependencies for $<..."
|
@echo "Computing dependencies for $<..."
|
||||||
@o='o'; \
|
@o='o'; \
|
||||||
ONLYC test -n "$o" && o='$$o'; \
|
test -n "$o" && o='$$o'; \
|
||||||
$(@MKDEP@) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
|
$(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
|
||||||
info: info-recursive
|
info: info-recursive
|
||||||
dvi: dvi-recursive
|
dvi: dvi-recursive
|
||||||
check: all-am
|
check: all-am
|
||||||
|
|
2
qt/aclocal.m4
vendored
2
qt/aclocal.m4
vendored
|
@ -1,4 +1,4 @@
|
||||||
dnl aclocal.m4 generated automatically by aclocal 1.1i
|
dnl aclocal.m4 generated automatically by aclocal 1.1k
|
||||||
|
|
||||||
|
|
||||||
dnl Usage: AM_INIT_GUILE_MODULE(module-name)
|
dnl Usage: AM_INIT_GUILE_MODULE(module-name)
|
||||||
|
|
|
@ -37,15 +37,15 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
host_triplet = @host@
|
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
target_libs = @target_libs@
|
host_triplet = @host@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
qtmdb_s = @qtmdb_s@
|
|
||||||
qtmds_s = @qtmds_s@
|
|
||||||
qtmdc_c = @qtmdc_c@
|
|
||||||
qtmd_h = @qtmd_h@
|
qtmd_h = @qtmd_h@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
target_libs = @target_libs@
|
||||||
|
qtmdc_c = @qtmdc_c@
|
||||||
|
qtmds_s = @qtmds_s@
|
||||||
|
qtmdb_s = @qtmdb_s@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
|
|
@ -37,15 +37,15 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
host_triplet = @host@
|
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
target_libs = @target_libs@
|
host_triplet = @host@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
qtmdb_s = @qtmdb_s@
|
|
||||||
qtmds_s = @qtmds_s@
|
|
||||||
qtmdc_c = @qtmdc_c@
|
|
||||||
qtmd_h = @qtmd_h@
|
qtmd_h = @qtmd_h@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
target_libs = @target_libs@
|
||||||
|
qtmdc_c = @qtmdc_c@
|
||||||
|
qtmds_s = @qtmds_s@
|
||||||
|
qtmdb_s = @qtmdb_s@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue