Module: docs Branch: master Commit: b9f453110b8526c6ee7de7d83116d0e0ccf0bde4 URL: http://source.winehq.org/git/docs.git/?a=commit;h=b9f453110b8526c6ee7de7d831...
Author: André Hentschel nerv@dawncrow.de Date: Fri May 14 18:43:21 2010 +0200
winelib: Remove relations with autoconf.
---
en/winelib-intro.sgml | 2 +- en/winelib-toolkit.sgml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/en/winelib-intro.sgml b/en/winelib-intro.sgml index 9d92fcf..cfe8d8f 100644 --- a/en/winelib-intro.sgml +++ b/en/winelib-intro.sgml @@ -384,7 +384,7 @@ they will compile more readily with Winelib. As it does so it may print warnings when it has to make a guess or identifies a construct that it cannot correct. Finally it will generate the - autoconf-based makefiles. Once all this is done you can review + makefiles. Once all this is done you can review the changes that winemaker did to your files by using <command>diff -uw</command>. For instance: <command>diff -uw hello.c.bak hello.c</command> diff --git a/en/winelib-toolkit.sgml b/en/winelib-toolkit.sgml index 461d98b..ec241b7 100644 --- a/en/winelib-toolkit.sgml +++ b/en/winelib-toolkit.sgml @@ -380,8 +380,7 @@ WRCFLAGS = -r -L -I/usr/lib/gcc-lib/i386-linux/2.95.2/include</literal> to cater to both C and C++ headers. But this supposes that you know where these header files reside which decreases the portability of your - makefiles to other platforms (unless you automatically detect all - the necessary directories in the autoconf script). + makefiles to other platforms. </para> <para> Or you could use the C/C++ compiler to perform the preprocessing.