From: <br...@us...> - 2007-07-31 07:13:42
|
Revision: 217 http://libirc.svn.sourceforge.net/libirc/?rev=217&view=rev Author: brlcad Date: 2007-07-31 00:13:35 -0700 (Tue, 31 Jul 2007) Log Message: ----------- be sure that aclocal searches in the m4 dir for macros, require automake 1.6 and generate all dist formats Modified Paths: -------------- trunk/libirc/Makefile.am Modified: trunk/libirc/Makefile.am =================================================================== --- trunk/libirc/Makefile.am 2007-07-31 07:12:31 UTC (rev 216) +++ trunk/libirc/Makefile.am 2007-07-31 07:13:35 UTC (rev 217) @@ -1,5 +1,8 @@ # $Id$ +AUTOMAKE_OPTIONS = 1.6 dist-zip dist-bzip2 +ACLOCAL_AMFLAGS = -I m4 + if BUILD_EXAMPLES EXAMPLES=examples else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |