PATCH: winemaker.diff (3 in series)

Martin Wilck Martin.Wilck at fujitsu-siemens.com
Fri Apr 12 10:19:16 CDT 2002


PATCH: winemaker.diff

(identical to:
http://www.winehq.com/hypermail/wine-devel/2002/04/0187.html)

Fix winemaker-generated references to dlls that have changed their names
in configure.ac.

Patch against: Wine CVS 2002-04-12

Modified Files:
        tools:  winemaker

diff -ruNX ignore TMP/wine/tools/winemaker MW/wine/tools/winemaker
--- TMP/wine/tools/winemaker	Tue Apr  9 13:19:57 2002
+++ MW/wine/tools/winemaker	Tue Apr  9 13:29:27 2002
@@ -2732,14 +2732,14 @@
     WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls:/usr/local/lib:/usr/local/lib/dlls"
   fi
 fi
-AC_PATH_FILE(WINE_DLL_ROOT,[libntdll.so],[
-  AC_MSG_ERROR([Could not find the Wine dlls (libntdll.so)])
+AC_PATH_FILE(WINE_DLL_ROOT,[libntdll.dll.so],[
+  AC_MSG_ERROR([Could not find the Wine dlls (libntdll.dll.so)])
 ],[$WINE_DLL_ROOT])

-AC_PATH_LIBRARY(WINE_DLL_ROOT,[-lntdll],[$WINE_LIBRARY_PATH -lwine -lwine_unicode],[
-  AC_MSG_ERROR([Could not link with the Wine dlls (libntdll.so)])
+AC_PATH_LIBRARY(WINE_DLL_ROOT,[-lntdll.dll],[$WINE_LIBRARY_PATH -lwine -lwine_unicode],[
+  AC_MSG_ERROR([Could not link with the Wine dlls (libntdll.dll.so)])
 ],[$WINE_DLL_ROOT])
-WINE_DLL_PATH="-L$WINE_DLL_ROOT"
+WINE_DLL_PATH="-L$WINE_DLL_ROOT/wine"

 if test -n "$LD_PATH"
 then







More information about the wine-devel mailing list