You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/redhat/applications/kaffeine/kaffeine-3.5.13-fix_program...

20 lines
494 B

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