okular/configure.in.in
Stefan Kebekus f2f2842e70 removed superfluous configure options
svn path=/trunk/kdegraphics/kdvi/; revision=136101
2002-02-12 08:55:15 +00:00

26 lines
624 B
Plaintext

dnl the following is just to fool the toplevel configure.in
LTLIBOBJS=
AC_SUBST(LTLIBOBJS)
compile_kdvi=yes
for j in $DO_NOT_COMPILE; do
if test "kdvi" = $j; then
compile_kdvi=no
fi
done
dnl AC_CONFIG_SUBDIRS has to be done before KDE_CREATE_SUBDIRSLIST
if test "$compile_kdvi" = "yes"; then
KDE_FIND_PATH(kpsewhich, KPSEWHICH, [/usr/bin /bin /usr/sbin /opt/teTeX/bin /opt/local/bin /opt/bin], [ ])
have_kpsewhich=no
test_kpsewhich="`${KPSEWHICH-kpsewhich} -show-path cnf 2>/dev/null`"
test -n "${test_kpsewhich}" && have_kpsewhich=yes
fi
AC_CHECK_HEADERS(sys/types.h sys/params.h limits.h)