diff options
author | Paul Smith <psmith@gnu.org> | 1999-03-26 07:08:57 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-03-26 07:08:57 +0000 |
commit | ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28 (patch) | |
tree | 9b35d9bcb21f2bd765743bc7abe67a97c34a52cc /ChangeLog | |
parent | c4353af3f9b143b213644c09da5cf46ef611b250 (diff) | |
download | gunmake-ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28.tar.gz |
* Manual updates: added xrefs, some typos sent by users.
* Change the build env. to not link libglob.a unless we need it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-03-26 Paul D. Smith <psmith@gnu.org> + + * configure.in: Substitute GLOBLIB if we need the link the + glob/libglob.a library. + * Makefile.am (make_LDADD): Use the subst variable GLOBLIB so we + don't link the local libglob.a at all if we don't need it. + * build.template: Don't compile glob/*.o unless we want globlib. + * maintMakefile (build.sh.in): Substitute the glob/*.o files + separately. + +1999-03-25 Paul D. Smith <psmith@gnu.org> + + * make.texinfo: Various typos and additions, pointed out by James + G. Sack <jsack@dornfeld.com>. + 1999-03-22 Paul D. Smith <psmith@gnu.org> * make.texinfo (Functions): Add a new section documenting the new |