We need this here as well.
[platform/upstream/gnome-common.git] / macros2 / gnome-common.m4
1 # gnome-common.m4
2
3 # This only for packages that are not in the GNOME CVS tree.
4
5 dnl GNOME_COMMON_INIT
6
7 AC_DEFUN([GNOME_COMMON_INIT],
8 [
9         GNOME_ACLOCAL_DIR=`$ACLOCAL --print-ac-dir`/gnome2-macros
10         AC_SUBST(GNOME_ACLOCAL_DIR)
11
12         ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
13 ])
14