]> git.sur5r.net Git - glabels/blob - glabels1/macros/gnome-common.m4
Fix broken build environment.
[glabels] / glabels1 / macros / 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`/gnome
10         AC_SUBST(GNOME_ACLOCAL_DIR)
11
12         ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
13 ])
14