comparison configure.in @ 35290:f67ec8c72036

Fix typo in the code setting x_search_path.
author Kenichi Handa <handa@m17n.org>
date Sat, 13 Jan 2001 07:10:58 +0000
parents 5ff35be3bb08
children f98c16e68579
comparison
equal deleted inserted replaced
35289:67f917367b49 35290:f67ec8c72036
1433 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then 1433 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1434 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` 1434 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
1435 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` 1435 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
1436 x_default_search_path="" 1436 x_default_search_path=""
1437 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do 1437 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do
1438 x_search_path="${x_library}/X11/%L/%T/%N%C%S:\ 1438 x_search_path="\
1439 ${x_library}/X11/%L/%T/%N%C%S:${x_libary}/X11/%l/%T/%N%C%S:\ 1439 ${x_library}/X11/%L/%T/%N%C%S:\
1440 ${x_library}/X11/%T/%N%C%S:${x_library}/X11/%L/%T/%N%S:\ 1440 ${x_library}/X11/%l/%T/%N%C%S:\
1441 ${x_library}/X11/%l/%T/%N%S:${x_library}/X11/%T/%N%S" 1441 ${x_library}/X11/%T/%N%C%S:\
1442 ${x_library}/X11/%L/%T/%N%S:\
1443 ${x_library}/X11/%l/%T/%N%S:\
1444 ${x_library}/X11/%T/%N%S"
1442 if test x"${x_default_search_path}" = x; then 1445 if test x"${x_default_search_path}" = x; then
1443 x_default_search_path=${x_search_path} 1446 x_default_search_path=${x_search_path}
1444 else 1447 else
1445 x_default_search_path="${x_search_path}:${x_default_search_path}" 1448 x_default_search_path="${x_search_path}:${x_default_search_path}"
1446 fi 1449 fi