blob: 5042d4bedacb762606d91c2cb500c55b1dc4da8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
commit 4e982fa326fb619ec61e86cb0088d4b3002b2281
Author: Slávek Banko <slavek.banko@axis.cz>
Date: 1343089272 +0200
Added automake initialization with proper program name and version
This resolves Bug 858
diff --git a/configure.in.in b/configure.in.in
index 144aef9..9751e7c 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,4 +1,7 @@
#MIN_CONFIG(3.3)
+
+AM_INIT_AUTOMAKE(kaffeine, 0.8.8)
+
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
if test "$build_arts" = "yes"; then
|