Fixed installation issues caused by new configure script.
This commit is contained in:
parent
70437035e3
commit
4cd31e42b9
|
@ -84,9 +84,11 @@ Make.rules: Make.rules.in configure
|
|||
wine: dlls $(EMUOBJS)
|
||||
$(CC) -o wine $(EMUOBJS) -L$(DLLDIR) $(IMPORTS:%=-l%) $(LIBWINE) $(LIBUNICODE) $(LIBS) $(LDFLAGS)
|
||||
|
||||
install:: all $(INSTALLSUBDIRS:%=%/__install__)
|
||||
install_wine:
|
||||
[ -d $(bindir) ] || $(MKDIR) $(bindir)
|
||||
$(INSTALL_PROGRAM) wine $(bindir)/wine
|
||||
|
||||
install:: all install_wine $(INSTALLSUBDIRS:%=%/__install__)
|
||||
-$(LDCONFIG)
|
||||
|
||||
uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
|
||||
|
|
|
@ -510,9 +510,6 @@ then
|
|||
AC_DEFINE(HAVE_OSS_MIDI, 1, [Define if you have the Open Sound system (MIDI interface)])
|
||||
fi
|
||||
|
||||
dnl **** If ln -s doesn't work, use cp instead ****
|
||||
if test "$ac_cv_prog_LN_S" = "ln -s"; then : ; else LN_S=cp ; fi
|
||||
|
||||
dnl **** Check for broken glibc mmap64 ****
|
||||
|
||||
AC_CACHE_CHECK( [whether mmap64 works defined as mmap], ac_cv_mmap64_works,
|
||||
|
|
Loading…
Reference in New Issue