summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>1999-12-16 23:48:56 +0000
committerPeter Williams <peterw@src.gnome.org>1999-12-16 23:48:56 +0000
commitb9d72f66ea956145636d1842de11a219ddc6056a (patch)
tree3e2f2903dbb90e3b51496783b74b71a05f71738e
parent2d4b6053782ecb32844e439aff6e5bd7140187ef (diff)
downloadgnome-common-b9d72f66ea956145636d1842de11a219ddc6056a.tar.gz
Balsa now does not install standard gnome M4 macros.
svn path=/trunk/; revision=1037
-rw-r--r--macros/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am
index d60d240..e03dbee 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -29,7 +29,7 @@ MAINTAINERCLEANFILES=macros.dep
@MAINT@macros.dep: Makefile.am
@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@
-##if INSIDE_GNOME_COMMON
+if INSIDE_GNOME_COMMON
gnome_aclocaldir = $(datadir)/aclocal/gnome
gnome-macros.dep: Makefile.am
@@ -37,4 +37,4 @@ gnome-macros.dep: Makefile.am
gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 autogen.sh
-##endif
+endif