From 832c54503d81b37f6eda802e51a3df4d86391f97 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 10 Oct 2005 20:08:09 +0000 Subject: [PATCH] Removed non-portable ldconfig invocation and misleading warning. People who need the extra hand-holding should use wineinstall. --- Makefile.in | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Makefile.in b/Makefile.in index 64c7298922b..092fc63c2ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,8 +23,6 @@ TOPOBJDIR = . SRCDIR = @srcdir@ VPATH = @srcdir@ LIBEXT = @LIBEXT@ -LDCONFIG = @LDCONFIG@ -LDD = @LDD@ MODULE = none FONTSSUBDIRS = @FONTSSUBDIRS@ @@ -86,18 +84,6 @@ install-lib:: $(INSTALLLIBSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__in install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__install-dev__) install-aclocal install:: install-lib install-dev install-aclocal - -$(LDCONFIG) - @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \ - then \ - echo "*************************************************" ; \ - echo "*************************************************" ; \ - echo "The installed Wine libraries will not be found!" ; \ - echo "You can either:" ; \ - echo " Add the line '$(libdir)' to /etc/ld.so.conf and run /sbin/ldconfig" ; \ - echo ' export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(libdir)' ; \ - echo "*************************************************" ; \ - echo "*************************************************" ; \ - fi uninstall:: $(INSTALLBOTHSUBDIRS:%=%/__uninstall__) $(RM) $(datadir)/aclocal/wine.m4