From 23e6445f8ba8f0173ac2c0f5e65985f0ffa9e2c2 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 4 Feb 1999 13:04:51 +0000 Subject: New automake conditional that's always false. 1999-02-04 Martin Baulig * 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 --- macros/aclocal-include.m4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'macros/aclocal-include.m4') diff --git a/macros/aclocal-include.m4 b/macros/aclocal-include.m4 index ba7bbfa06c..dba50e8d3d 100644 --- a/macros/aclocal-include.m4 +++ b/macros/aclocal-include.m4 @@ -7,4 +7,8 @@ dnl AM_ACLOCAL_INCLUDE(macrodir) AC_DEFUN([AM_ACLOCAL_INCLUDE], -[for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done]) +[ + AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y) + + for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done +]) -- cgit v1.2.3