diff options
author | Martin Baulig <martin@home-of-linux.org> | 2000-06-09 01:05:14 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-06-09 01:05:14 +0000 |
commit | bb50821b4debf445504ad5ed83aeef5d1ceecb43 (patch) | |
tree | a1c94e93035c32f18a58cd36420234b2ddc3846b /macros2/gnome-common.m4 | |
parent | 25a3c7b41a8396836464d1fd657178b4cecedb56 (diff) | |
download | gnome-common-bb50821b4debf445504ad5ed83aeef5d1ceecb43.tar.gz |
We need this here as well.
2000-06-09 Martin Baulig <martin@home-of-linux.org>
* gnome-common.m4: We need this here as well.
svn path=/trunk/; revision=1266
Diffstat (limited to 'macros2/gnome-common.m4')
-rw-r--r-- | macros2/gnome-common.m4 | 14 |
1 files changed, 14 insertions, 0 deletions
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" +]) + |