fix DEVELOPER_HINTS to reflect make configure doesn't run autoconf

Mike McCormack mike at codeweavers.com
Sun Jul 3 10:50:40 CDT 2005


ChangeLog:
* fix DEVELOPER_HINTS to reflect make configure doesn't run autoconf
-------------- next part --------------
Index: DEVELOPERS-HINTS
===================================================================
RCS file: /home/wine/wine/DEVELOPERS-HINTS,v
retrieving revision 1.57
diff -u -p -r1.57 DEVELOPERS-HINTS
--- DEVELOPERS-HINTS	9 Jun 2005 10:07:04 -0000	1.57
+++ DEVELOPERS-HINTS	3 Jul 2005 06:51:40 -0000
@@ -339,7 +339,7 @@ following:
 4.  Run ./make_dlls in the dlls directory to update Makefile.in in
     that directory.
 
-5.  You can now regenerate ./configure file (with 'make configure')
+5.  You can now regenerate ./configure file (with 'autoconf')
     and the various Makefiles (with 'configure; make depend') (run
     from the top of Wine's tree).
     You should now have a Makefile file in ./dlls/<MyDll>/


More information about the wine-patches mailing list