From: Michael R. <mr...@sc...> - 2004-01-23 01:49:25
|
Update of /cvsroot/wigwam/wigwam-base/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29214 Modified Files: wigwam.sgml Log Message: Note about the thing that just bit me. Index: wigwam.sgml =================================================================== RCS file: /cvsroot/wigwam/wigwam-base/doc/wigwam.sgml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- wigwam.sgml 16 Sep 2003 21:20:54 -0000 1.25 +++ wigwam.sgml 23 Jan 2004 01:48:45 -0000 1.26 @@ -1107,6 +1107,18 @@ handle it without the <command>project-build</command> and <command>project-install</command> scripts. </para> +<important> + <para> + If you use <command>automake</command> and <command>autoconf</command>, + be sure that your <filename>configure</filename> script, + <filename>Makefile.in</filename>s, and <filename>Makefile</filename>s + will be regenerated automatically when their corresponding input files + (<filename>configure.in</filename>, <filename>Makefile.am</filename>, + <filename>Makefile.in</filename>) change. Specifically, you probably + do not want to use the <literal>AM_MAINTAINER_MODE</literal> macro, + because it disables those rules by default. + </para> +</important> <para> Alternately, you may write a simple <filename>Makefile</filename> where <screen> |