]> git.eshelyaron.com Git - emacs.git/commitdiff
(bitmapdirs): Default to /usr/include/X11/bitmaps.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 1994 06:03:09 +0000 (06:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 1994 06:03:09 +0000 (06:03 +0000)
configure1.in

index 3cf4858e9060e9ecf795996d32ff03b6ff75737c..2201547e2a41a898a3889f7103134d2b2603679b 100755 (executable)
@@ -1336,7 +1336,11 @@ esac
 [ -n "${x_libraries}" ] && LD_SWITCH_X_SITE_AUX="-R${x_libraries}"
 [ -n "${x_includes}" ] && C_SWITCH_X_SITE="-I${x_includes}"
 
-bitmapdir="${x_includes}"
+if [ x"${x_includes}" = x ]; then
+  bitmapdir=/usr/include/X11/bitmaps;
+else
+  bitmapdir="${x_includes}/bitmaps";
+fi
 
 # Avoid forcing the search of /usr/include before fixed include files.
 if [ "$C_SWITCH_X_SITE" = "-I/usr/include" ]; then