diff options
author | James Henstridge <jamesh@src.gnome.org> | 2000-02-13 19:05:13 +0800 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2000-02-13 19:05:13 +0800 |
commit | 25faacf1396a1221114733e7a12c89d502c7212d (patch) | |
tree | d59ad965d80be87e76b3e49c86aa728a783d8726 /macros/gnome-common.m4 | |
parent | 61657f8452b1c1b2829610af9d0efd30076c1798 (diff) | |
download | gsoc2013-evolution-25faacf1396a1221114733e7a12c89d502c7212d.tar gsoc2013-evolution-25faacf1396a1221114733e7a12c89d502c7212d.tar.gz gsoc2013-evolution-25faacf1396a1221114733e7a12c89d502c7212d.tar.bz2 gsoc2013-evolution-25faacf1396a1221114733e7a12c89d502c7212d.tar.lz gsoc2013-evolution-25faacf1396a1221114733e7a12c89d502c7212d.tar.xz gsoc2013-evolution-25faacf1396a1221114733e7a12c89d502c7212d.tar.zst gsoc2013-evolution-25faacf1396a1221114733e7a12c89d502c7212d.zip |
I am sure that kabalak didn't mean to remove gnome-common/macros :)
svn path=/trunk/; revision=1747
Diffstat (limited to 'macros/gnome-common.m4')
-rw-r--r-- | macros/gnome-common.m4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macros/gnome-common.m4 b/macros/gnome-common.m4 new file mode 100644 index 0000000000..b72382970b --- /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=`$ACLOCAL --print-ac-dir`/gnome + AC_SUBST(GNOME_ACLOCAL_DIR) + + ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR" +]) + |