From 64262ad7f2c7f72a3dffc5aa39372dbb41bdd451 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Wed, 5 Dec 2001 04:54:00 +0000 Subject: back again !!! svn path=/trunk/; revision=14875 --- macros/gnome-common.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 macros/gnome-common.m4 (limited to 'macros/gnome-common.m4') diff --git a/macros/gnome-common.m4 b/macros/gnome-common.m4 new file mode 100644 index 0000000000..83bb00d709 --- /dev/null +++ b/macros/gnome-common.m4 @@ -0,0 +1,14 @@ +# gnome-common.m4 +# +# This only for packages that are not in the GNOME CVS tree. + +dnl GNOME_COMMON_INIT + +AC_DEFUN([GNOME_COMMON_INIT], +[ + GNOME_ACLOCAL_DIR="$GNOME_COMMON_MACROS_DIR" + AC_SUBST(GNOME_ACLOCAL_DIR) + + ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" +]) + -- cgit v1.2.3