diff options
author | Martin Baulig <martin@home-of-linux.org> | 1999-02-04 21:04:51 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1999-02-04 21:04:51 +0800 |
commit | 23e6445f8ba8f0173ac2c0f5e65985f0ffa9e2c2 (patch) | |
tree | a57570cbafe5a325ca6eaa4a00271326ea2f572d /macros/ChangeLog | |
parent | 9760a8f9712378bbd32b8cd502bf4ebf53104c51 (diff) | |
download | gsoc2013-evolution-23e6445f8ba8f0173ac2c0f5e65985f0ffa9e2c2.tar.gz gsoc2013-evolution-23e6445f8ba8f0173ac2c0f5e65985f0ffa9e2c2.tar.zst gsoc2013-evolution-23e6445f8ba8f0173ac2c0f5e65985f0ffa9e2c2.zip |
New automake conditional that's always false.
1999-02-04 Martin Baulig <martin@home-of-linux.org>
* aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake
conditional that's always false.
* gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT'
macro that should be used in all GNOME Applications outside
the CVS tree.
* Makefile.am: If we are `INSIDE_GNOME_COMMON', install all
$(MACROS), autogen.sh, gnome-common.m4 and a newly created
gnome-macros.dep in `$(datadir)/aclocal/gnome'.
svn path=/trunk/; revision=640
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index e2b373ce8d..017dbdd565 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,16 @@ +1999-02-04 Martin Baulig <martin@home-of-linux.org> + + * aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake + conditional that's always false. + + * gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT' + macro that should be used in all GNOME Applications outside + the CVS tree. + + * Makefile.am: If we are `INSIDE_GNOME_COMMON', install all + $(MACROS), autogen.sh, gnome-common.m4 and a newly created + gnome-macros.dep in `$(datadir)/aclocal/gnome'. + Sun Jan 24 03:59:32 1999 Timur Bakeyev <mc@bat.ru> * gnome-pthread-check.m4: Add recognition of 2 more libraries - |