summaryrefslogtreecommitdiffstats
path: root/redhat/extras/theme-baghira/baghira-0.8-fix_autotools.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-06-24 20:02:15 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-06-24 20:02:15 +0200
commitfd19f6bf3d8b5bfa11600f83adb51e75c0404105 (patch)
tree6787532dfdcaaabcb3524eb5f2174069e8aff36f /redhat/extras/theme-baghira/baghira-0.8-fix_autotools.patch
parentd8e1ce857bedb9d018ae0918b4c90686d604c2df (diff)
downloadtde-packaging-fd19f6bf3d8b5bfa11600f83adb51e75c0404105.tar.gz
tde-packaging-fd19f6bf3d8b5bfa11600f83adb51e75c0404105.zip
RPM Packaging: add other files for 3.5.13.2
Diffstat (limited to 'redhat/extras/theme-baghira/baghira-0.8-fix_autotools.patch')
-rw-r--r--redhat/extras/theme-baghira/baghira-0.8-fix_autotools.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/redhat/extras/theme-baghira/baghira-0.8-fix_autotools.patch b/redhat/extras/theme-baghira/baghira-0.8-fix_autotools.patch
new file mode 100644
index 000000000..ac6a66dcd
--- /dev/null
+++ b/redhat/extras/theme-baghira/baghira-0.8-fix_autotools.patch
@@ -0,0 +1,40 @@
+--- baghira-0.8/admin/configure.in.min.ORI 2013-06-04 22:19:10.519738419 +0200
++++ baghira-0.8/admin/configure.in.min 2013-06-04 22:19:15.564636810 +0200
+@@ -41,7 +41,7 @@
+ KDE_SET_PREFIX
+
+ dnl generate the config header
+-AM_CONFIG_HEADER(config.h) dnl at the distribution this done
++AC_CONFIG_HEADER(config.h) dnl at the distribution this done
+
+ dnl Checks for programs.
+ AC_PROG_CC
+--- baghira-0.8/admin/cvs.sh.ORI 2013-06-04 22:18:38.566381936 +0200
++++ baghira-0.8/admin/cvs.sh 2013-06-04 22:19:06.483819702 +0200
+@@ -68,7 +68,7 @@
+ echo "*** KDE requires automake $required_automake_version"
+ exit 1
+ ;;
+- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12*)
++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12* | automake*1.13*)
+ echo "*** $AUTOMAKE_STRING found."
+ UNSERMAKE=no
+ ;;
+@@ -128,7 +128,7 @@
+ echo "*** Creating configure"
+ call_and_fix_autoconf
+
+-if egrep "^AM_CONFIG_HEADER" configure.in >/dev/null 2>&1; then
++if egrep "^A[CM]_CONFIG_HEADER" configure.in >/dev/null 2>&1; then
+ echo "*** Creating config.h template"
+ $AUTOHEADER || exit 1
+ touch config.h.in
+@@ -184,7 +184,7 @@
+ fi
+ fi
+ $ACLOCAL $ACLOCALFLAGS
+-if egrep "^AM_CONFIG_HEADER" configure.in >/dev/null 2>&1; then
++if egrep "^A[CM]_CONFIG_HEADER" configure.in >/dev/null 2>&1; then
+ echo "*** Creating config.h template"
+ $AUTOHEADER || exit 1
+ touch config.h.in