From: Glenn Morris Date: Thu, 3 May 2012 10:17:27 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.2.90~471^2~203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7479549069363c9406cd166636e639815774346;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/configure b/autogen/configure index 5a70efc967f..c207cff105e 100755 --- a/autogen/configure +++ b/autogen/configure @@ -8336,7 +8336,9 @@ case "$opsys" in ## Let `ld' find image libs and similar things in /usr/local/lib. ## The system compiler, GCC, has apparently been modified to not ## look there, contrary to what a stock GCC would do. - LD_SWITCH_SYSTEM=-L/usr/local/lib +### It's not our place to do this. See bug#10313#17. +### LD_SWITCH_SYSTEM=-L/usr/local/lib + : ;; gnu-linux) @@ -8345,7 +8347,9 @@ case "$opsys" in ;; netbsd) - LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib" +### It's not our place to do this. See bug#10313#17. +### LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib" + : ;; openbsd)