[11/13]docs/winelib: Remove relations with autoconf

André Hentschel nerv at dawncrow.de
Fri May 14 11:43:21 CDT 2010


---
 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. 
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list