# HG changeset patch # User jwe # Date 864360667 0 # Node ID 9e01b476cf793f1351bae16d9d487d743faf59cd # Parent df7c59a46f1b4f5d7b76bde6482e342a241b3490 [project @ 1997-05-23 04:11:06 by jwe] diff -r df7c59a46f1b -r 9e01b476cf79 kpathsea/ChangeLog --- a/kpathsea/ChangeLog Fri May 23 03:31:23 1997 +0000 +++ b/kpathsea/ChangeLog Fri May 23 04:11:07 1997 +0000 @@ -3,6 +3,9 @@ * Makefile.in: Look in make instead of ../make for files to include. Do ac_includes by hand, since ac_include requires an extension to autoconf that doesn't seem to be distributed with kpathsea (yet). + ($(kpathsea)): Add a rule to `install' libkpathsea.a locally so + Octave will have something to link to. + (hash.lo): Don't optimize. Fri Feb 7 11:53:09 1997 Karl Berry diff -r df7c59a46f1b -r 9e01b476cf79 kpathsea/Makefile.in --- a/kpathsea/Makefile.in Fri May 23 03:31:23 1997 +0000 +++ b/kpathsea/Makefile.in Fri May 23 04:11:07 1997 +0000 @@ -246,6 +246,7 @@ $(kpathsea): $(objects) $(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects) + $(INSTALL_LIBTOOL_LIBS) . lib$(library).la # All the objects depend on the klibtool configuration file. $(objects): klibtool.config @@ -306,6 +307,12 @@ tex-file.o: $(KPATHSEA_CC) -DDEFAULT_FONT_SIZES='\"$(default_texsizes)\"' $(srcdir)/tex-file.c +# Yes, this depends on GNU Make. So? We have to omit optimizaiton +# for this file on the DEC Alpha with some versions of gcc. It's +# simpler to just omit optimization for all platforms. --jwe +hash.lo: + $(KPATHSEA_CC) $(srcdir)/hash.c $(filter-out -O%, $(ALL_CFLAGS)) + check: kpsewhich ./kpsewhich -expand-var '$$TEXMF'