source: trunk/third/gtkhtml/macros/gnome-common.m4 @ 16767

Revision 16767, 253 bytes checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16766, which included commits to RCS files with non-trunk default branches.
Line 
1# gnome-common.m4
2#
3# This only for packages that are not in the GNOME CVS tree.
4
5dnl GNOME_COMMON_INIT
6
7AC_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
Note: See TracBrowser for help on using the repository browser.