File: configure.in.in

package info (click to toggle)
kaffeine 0.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 14,388 kB
  • ctags: 6,731
  • sloc: cpp: 32,425; ansic: 19,864; sh: 9,944; perl: 2,760; makefile: 524; xml: 128
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#MIN_CONFIG(3.3)
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"

if test "$build_arts" = "yes"; then
    AC_DEFINE(USE_ARTS, 1, [If we use arts volume])
    LIB_ARTS="-lartskde"
    AC_SUBST(LIB_ARTS)
fi

KDE_INIT_DOXYGEN([The API Reference], [Version $VERSION])