From 47d455dd55be855e4cc691c32f687f723d9247ee Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkscan/configure.in.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libkscan/configure.in.in (limited to 'libkscan/configure.in.in') diff --git a/libkscan/configure.in.in b/libkscan/configure.in.in new file mode 100644 index 00000000..09929e92 --- /dev/null +++ b/libkscan/configure.in.in @@ -0,0 +1,22 @@ + +KDE_FIND_PATH( sane-config, SANE_CONFIG, [ ${prefix}/bin, ${exec_prefix}/bin, + /usr/local/bin, /opt/local/bin, + /usr/bin ] ) +if test -n "$SANE_CONFIG"; then + dnl ### version check. Klaas, which version is minimum? + + LIBSANE_LIBS="`$SANE_CONFIG --libs`" + LIBSANE_LDFLAGS="`$SANE_CONFIG --ldflags`" + dnl Bah, --cflags is -I lines only (according to the sane-config.in source + dnl and _INCLUDES looks nicer :) + LIBSANE_INCLUDES="`$SANE_CONFIG --cflags`" + + AC_DEFINE_UNQUOTED(HAVE_SANE, 1, [Defines if your system has the sane libraries]) +else + DO_NOT_COMPILE="$DO_NOT_COMPILE libkscan kooka" +fi + +AM_CONDITIONAL(include_kooka, test -n "$SANE_CONFIG") +AC_SUBST(LIBSANE_LIBS) +AC_SUBST(LIBSANE_LDFLAGS) +AC_SUBST(LIBSANE_INCLUDES) -- cgit v1.2.1