Ken Thomases ken@codeweavers.com writes:
@@ -731,11 +731,13 @@ case $host_os in AC_SUBST(IOKITLIB,"-framework IOKit -framework CoreFoundation") AC_SUBST(APPLICATIONSERVICESLIB,"-framework ApplicationServices") AC_SUBST(CORESERVICESLIB,"-framework CoreServices")
- AC_SUBST(WINE_INFO_PLIST,"wine_info.plist")
- AC_CONFIG_FILES(loader/$WINE_INFO_PLIST)
This should be generated from the Makefile. The convention is that configure generates makefiles, and makefiles generate the rest.