Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
desktop
>
smartmontools
> smartmontools-autogen-1.12.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File smartmontools-autogen-1.12.patch of Package smartmontools
--- autogen.sh.orig 2012-09-24 23:19:20.643616765 +0200 +++ autogen.sh 2012-09-24 23:21:03.891613342 +0200 @@ -32,12 +32,12 @@ return 1 } -test -x "$AUTOMAKE" || AUTOMAKE=`typep automake-1.11` || AUTOMAKE=`typep automake-1.10` || +test -x "$AUTOMAKE" || AUTOMAKE=`typep automake-1.12` || AUTOMAKE=`typep automake-1.11` || AUTOMAKE=`typep automake-1.10` || AUTOMAKE=`typep automake-1.9` || AUTOMAKE=`typep automake-1.8` || AUTOMAKE=`typep automake-1.7` || AUTOMAKE=`typep automake17` || { echo -echo "You must have at least GNU Automake 1.7 (up to 1.11) installed" +echo "You must have at least GNU Automake 1.7 (up to 1.12) installed" echo "in order to bootstrap smartmontools from SVN. Download the" echo "appropriate package for your distribution, or the source tarball" echo "from ftp://ftp.gnu.org/gnu/automake/ ." @@ -83,7 +83,7 @@ rm -f casetest.tmp ;; - 1.9.[1-6]|1.10|1.10.[12]|1.11|1.11.[1-5]) + 1.9.[1-6]|1.10|1.10.[12]|1.11|1.11.[1-5]|1.12|1.12.1) # OK ;;