]> git.pld-linux.org Git - packages/arts.git/blame - kde-am.patch
- adjusted kde-am patch to support also automake 1.12 through 1.14
[packages/arts.git] / kde-am.patch
CommitLineData
9f47ec3a 1--- kdelibs-3.5.10/admin/cvs.sh~ 2008-08-19 23:28:39.000000000 +0300
2+++ kdelibs-3.5.10/admin/cvs.sh 2009-05-19 13:34:47.966210297 +0300
6874ba87
AM
3@@ -68,7 +68,7 @@
4 echo "*** KDE requires automake $required_automake_version"
5 exit 1
6 ;;
9f47ec3a 7- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
7ea58597 8+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[01234]*)
6874ba87
AM
9 echo "*** $AUTOMAKE_STRING found."
10 UNSERMAKE=no
11 ;;
7ea58597
JB
12@@ -135,7 +135,7 @@
13 fi
14
15 echo "*** Creating Makefile templates"
16-$AUTOMAKE || exit 1
17+$AUTOMAKE --add-missing --copy || exit 1
18
19 if test "$UNSERMAKE" = no; then
20 echo "*** Postprocessing Makefile templates"
This page took 0.023695 seconds and 4 git commands to generate.