Module: docs Branch: master Commit: 9f04b7eb676ecbba66648d128b81f7c553b79073 URL: http://source.winehq.org/git/docs.git/?a=commit;h=9f04b7eb676ecbba66648d128b...
Author: André Hentschel nerv@dawncrow.de Date: Tue Sep 3 00:11:54 2013 +0200
winedev: Use autoconf to update the configure script.
---
en/winedev-coding.sgml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en/winedev-coding.sgml b/en/winedev-coding.sgml index a805d24..abc7447 100644 --- a/en/winedev-coding.sgml +++ b/en/winedev-coding.sgml @@ -347,7 +347,7 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) (etc.) to <filename>include/config.h.in</filename>. </para> <para> - Finish up with <command>make configure</command> and + Finish up with <command>autoconf</command> and <command>./configure</command>. </para> </sect2> @@ -432,7 +432,7 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H)) </varlistentry> </variablelist> <para> - Finish up with <command>make configure</command> and + Finish up with <command>autoconf</command> and <command>./configure</command>. </para> </sect2>