source: trunk/third/cyrus-sasl/cmulocal/init_automake.m4 @ 17977

Revision 17977, 252 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17976, which included commits to RCS files with non-trunk default branches.
Line 
1dnl init_automake.m4--cmulocal automake setup macro
2dnl Rob Earhart
3dnl $Id: init_automake.m4,v 1.1.1.1 2002-10-13 18:01:00 ghudson Exp $
4
5AC_DEFUN(CMU_INIT_AUTOMAKE, [
6        AC_REQUIRE([AM_INIT_AUTOMAKE])
7        ACLOCAL="$ACLOCAL -I \$(top_srcdir)/cmulocal"
8        ])
Note: See TracBrowser for help on using the repository browser.