summaryrefslogtreecommitdiff
path: root/macros2/gnome-common.m4
blob: 114e05493a51ac3d25fc4c5c4599046ac2c3fab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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="$GNOME_COMMON_MACROS_DIR"
	GNOME_ACLOCAL_FLAGS="$ACLOCAL_FLAGS"
	AC_SUBST(GNOME_ACLOCAL_DIR)
	AC_SUBST(GNOME_ACLOCAL_FLAGS)

	ACLOCAL="$ACLOCAL $GNOME_ACLOCAL_FLAGS"
])