Mercurial > emacs
changeset 19506:92c0e1253d88
(x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Aug 1997 16:21:53 +0000 |
parents | fe381b9e1953 |
children | a64e4304569b |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Aug 24 04:00:25 1997 +0000 +++ b/configure.in Sun Aug 24 16:21:53 1997 +0000 @@ -1132,10 +1132,10 @@ LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` x_default_search_path="" for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do - x_search_path="${x_library}/%L/%T/%N%C%S:\ -${x_library}/%L/%T/%N%C%S:${x_libary}/%l/%T/%N%C%S:\ -${x_library}/%T/%N%C%S:${x_library}/%L/%T/%N%S:\ -${x_library}/%l/%T/%N%S:${x_library}/%T/%N%S" + x_search_path="${x_library}/X11/%L/%T/%N%C%S:\ +${x_library}/X11/%L/%T/%N%C%S:${x_libary}/X11/%l/%T/%N%C%S:\ +${x_library}/X11/%T/%N%C%S:${x_library}/X11/%L/%T/%N%S:\ +${x_library}/X11/%l/%T/%N%S:${x_library}/X11/%T/%N%S" if test x"${x_default_search_path}" = x; then x_default_search_path=${x_search_path} else