]> 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 5a23f3aefde29995685f7fadf14cc44d2eb739f9..1d412a534186dcde5b2783da2753ff301395bdf6 100644 (file)
@@ -5,7 +5,16 @@
      exit 1
      ;;
 -  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.11*)
++  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.082489 seconds and 4 git commands to generate.