Mercurial > emacs
comparison configure @ 73482:84b5a8e7c67c
Regenerate.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 23 Oct 2006 15:35:25 +0000 |
parents | 85a9d581baa6 |
children | 81708da7425e |
comparison
equal
deleted
inserted
replaced
73481:e9c680a7e7cc | 73482:84b5a8e7c67c |
---|---|
8608 window_system=none | 8608 window_system=none |
8609 else | 8609 else |
8610 window_system=x11 | 8610 window_system=x11 |
8611 fi | 8611 fi |
8612 | 8612 |
8613 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | 8613 if test "${x_libraries}" != NONE; then |
8614 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` | 8614 if test -n "${x_libraries}"; then |
8615 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` | 8615 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` |
8616 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` | |
8617 fi | |
8616 x_default_search_path="" | 8618 x_default_search_path="" |
8617 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do | 8619 x_search_path=${x_libraries} |
8620 if test -z "${x_search_path}"; then | |
8621 x_search_path=/usr/lib | |
8622 fi | |
8623 for x_library in `echo ${x_search_path}: | \ | |
8624 sed -e "s/:/ /g" -e p -e "s:/lib[^ /]* :/share :g"`; do | |
8618 x_search_path="\ | 8625 x_search_path="\ |
8619 ${x_library}/X11/%L/%T/%N%C%S:\ | 8626 ${x_library}/X11/%L/%T/%N%C%S:\ |
8620 ${x_library}/X11/%l/%T/%N%C%S:\ | 8627 ${x_library}/X11/%l/%T/%N%C%S:\ |
8621 ${x_library}/X11/%T/%N%C%S:\ | 8628 ${x_library}/X11/%T/%N%C%S:\ |
8622 ${x_library}/X11/%L/%T/%N%S:\ | 8629 ${x_library}/X11/%L/%T/%N%S:\ |