dnl This file contains default settings for the xdvik standalone configuration. xdvik_standalone=yes export xdvik_standalone : ${enable_shared=no} export enable_shared : ${with_mktexfmt_default=yes} export with_mktexfmt_default : ${enable_multiplatform=yes} if test "x$enable_multiplatform" = xyes \ && test "x$bindir" = 'x${exec_prefix}/bin' then enable_multiplatform=yes; export enable_multiplatform bindir="$bindir/$host"; fi test "${enable_nls+set}" = set || { enable_nls=no; export enable_nls; } dnl For standalone xdvik we want missing presence of X to be a fatal error, dnl unlike in teTeX where X is optional. test "${have_x}" = yes || { \ echo; \ echo "*** Error: Could not find X libraries/headers."; \ echo "*** You need both the headers and the runtime libraries to compile and run xdvik."; \ echo "*** (Note: Some Linux distributions may put the headers into a separate"; \ echo "*** \`X development' package)."; \ echo; \ exit 1; }