]> git.pld-linux.org Git - packages/arts.git/blobdiff - kde-am.patch
- adjusted kde-am patch to support also automake 1.12 through 1.14
[packages/arts.git] / kde-am.patch
index 66b3b1c73d15c24c818682a5ce6a977fc5b39ac2..1d412a534186dcde5b2783da2753ff301395bdf6 100644 (file)
@@ -1,11 +1,20 @@
---- kde/admin/cvs.sh.org       2006-10-27 07:59:00.057543638 +0000
-+++ kde/admin/cvs.sh   2006-10-27 07:59:38.666892277 +0000
+--- kdelibs-3.5.10/admin/cvs.sh~       2008-08-19 23:28:39.000000000 +0300
++++ kdelibs-3.5.10/admin/cvs.sh        2009-05-19 13:34:47.966210297 +0300
 @@ -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.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* )
+-  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
++  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[01234]*)
      echo "*** $AUTOMAKE_STRING found."
      UNSERMAKE=no
      ;;
+@@ -135,7 +135,7 @@
+ fi
+ echo "*** Creating Makefile templates"
+-$AUTOMAKE || exit 1
++$AUTOMAKE --add-missing --copy || exit 1
+ if test "$UNSERMAKE" = no; then
+   echo "*** Postprocessing Makefile templates"
This page took 0.041834 seconds and 4 git commands to generate.