Fix DEVELOPER_HINTS to reflect make configure doesn't run autoconf.

oldstable
Mike McCormack 2005-07-03 11:21:43 +00:00 committed by Alexandre Julliard
parent 1e3dda640c
commit 69653da217
1 changed files with 1 additions and 1 deletions

View File

@ -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>/