From: Martin Baulig Date: Fri, 9 Jun 2000 01:05:14 +0000 (+0000) Subject: We need this here as well. X-Git-Tag: GNOME_COMMON_1_2_1~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb50821b4debf445504ad5ed83aeef5d1ceecb43;p=platform%2Fupstream%2Fgnome-common.git We need this here as well. 2000-06-09 Martin Baulig * gnome-common.m4: We need this here as well. svn path=/trunk/; revision=1266 --- diff --git a/macros2/ChangeLog b/macros2/ChangeLog index 762c22d..90baaaa 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,7 @@ +2000-06-09 Martin Baulig + + * gnome-common.m4: We need this here as well. + 2000-05-29 Martin Baulig * Makefile.am: New file. Install this stuff into diff --git a/macros2/Makefile.am b/macros2/Makefile.am index 47fd694..a8af26a 100644 --- a/macros2/Makefile.am +++ b/macros2/Makefile.am @@ -1,7 +1,8 @@ ## Please update this variable if any new macros are created HACK_MACROS= \ - gnome.m4 + gnome.m4 \ + gnome-common.m4 EXTRA_DIST=$(HACK_MACROS) autogen.sh MAINTAINERCLEANFILES=macros2.dep diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4 new file mode 100644 index 0000000..f2a8304 --- /dev/null +++ b/macros2/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=`$ACLOCAL --print-ac-dir`/gnome2-macros + AC_SUBST(GNOME_ACLOCAL_DIR) + + ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR" +]) +