The SILC Project |
|
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="$GNOME_COMMON_MACROS_DIR" 10 AC_SUBST(GNOME_ACLOCAL_DIR) 11 12 ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" 13 ]) 14