diff options
author | Marius Vollmer <mvo@src.gnome.org> | 1998-10-11 21:21:53 +0800 |
---|---|---|
committer | Marius Vollmer <mvo@src.gnome.org> | 1998-10-11 21:21:53 +0800 |
commit | 9d4241b7c7eaaf347b7807907eec8115a8f8ee42 (patch) | |
tree | 3ae2d130ee649cc131f672e76eee1030c20b84e3 /macros/ChangeLog | |
parent | eb77c468024766c8ebbbe3c7553cb9786bdfc426 (diff) | |
download | gsoc2013-evolution-9d4241b7c7eaaf347b7807907eec8115a8f8ee42.tar gsoc2013-evolution-9d4241b7c7eaaf347b7807907eec8115a8f8ee42.tar.gz gsoc2013-evolution-9d4241b7c7eaaf347b7807907eec8115a8f8ee42.tar.bz2 gsoc2013-evolution-9d4241b7c7eaaf347b7807907eec8115a8f8ee42.tar.lz gsoc2013-evolution-9d4241b7c7eaaf347b7807907eec8115a8f8ee42.tar.xz gsoc2013-evolution-9d4241b7c7eaaf347b7807907eec8115a8f8ee42.tar.zst gsoc2013-evolution-9d4241b7c7eaaf347b7807907eec8115a8f8ee42.zip |
Check for "guile-config" and then for "build-guile", if guile-config
* gnome-guile-checks.m4: Check for "guile-config" and then for
"build-guile", if guile-config couldn't be found. Do not
explicitely include output from "info libdir", it is already
included in "link". Use "compile" instead of "info includedir". Do
not include "1.2" in error message when Guile can't be found at
all.
svn path=/trunk/; revision=440
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 8f23bbcd7a..112eed80ca 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,12 @@ +1998-10-11 Marius Vollmer <mvo@zagadka.ping.de> + + * gnome-guile-checks.m4: Check for "guile-config" and then for + "build-guile", if guile-config couldn't be found. Do not + explicitely include output from "info libdir", it is already + included in "link". Use "compile" instead of "info includedir". Do + not include "1.2" in error message when Guile can't be found at + all. + 1998-10-11 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional |