comparison configure.in @ 11998:3c3f3bbe311f

Allow x_libraries and x_includes to be paths.
author Karl Heuer <kwzh@gnu.org>
date Mon, 29 May 1995 19:52:41 +0000
parents 03675a551746
children f074fb9f8e83
comparison
equal deleted inserted replaced
11997:50c7c05fc301 11998:3c3f3bbe311f
930 else 930 else
931 window_system=x11 931 window_system=x11
932 fi 932 fi
933 933
934 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then 934 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
935 LD_SWITCH_X_SITE="-L${x_libraries}" 935 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
936 LD_SWITCH_X_SITE_AUX="-R${x_libraries}" 936 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
937 fi 937 fi
938 if test "${x_includes}" != NONE && test -n "${x_includes}"; then 938 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
939 C_SWITCH_X_SITE="-I${x_includes}" 939 C_SWITCH_X_SITE=-I`echo ${x_libraries} | sed -e "s/:/ -I/g"`
940 fi 940 fi
941 941
942 if test x"${x_includes}" = x; then 942 if test x"${x_includes}" = x; then
943 bitmapdir=/usr/include/X11/bitmaps 943 bitmapdir=/usr/include/X11/bitmaps
944 elif test -d "${x_includes}/X11/bitmaps"; then 944 elif test -d "${x_includes}/X11/bitmaps"; then