summaryrefslogtreecommitdiff
path: root/macros2/gnome-common.m4
blob: f2a83040e7e48ec1a4440edadf9adf1d59b694fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
])