Fixed installation issues caused by new configure script.

This commit is contained in:
Alexandre Julliard 2002-02-15 15:13:25 +00:00
parent 70437035e3
commit 4cd31e42b9
3 changed files with 365 additions and 368 deletions

View File

@ -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__)

726
configure vendored

File diff suppressed because it is too large Load Diff

View File

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