diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-31 14:57:12 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-31 14:57:12 +0200 |
commit | 1a79d6f5bfce52feb71c264d1b63d78a3da584c4 (patch) | |
tree | 740b3faa8a9acff0a524733ce5dc5b036bc53969 /configure.in.in | |
download | krecipes-1a79d6f5bfce52feb71c264d1b63d78a3da584c4.tar.gz krecipes-1a79d6f5bfce52feb71c264d1b63d78a3da584c4.zip |
Initial import of krecipes 1.0-beta2
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..0955a86 --- /dev/null +++ b/configure.in.in @@ -0,0 +1,11 @@ +#MIN_CONFIG(3.1) +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]) + |