[libdvbpsi-devel] make the bootstrap script recognize automake 1.15

Daniel Kamil Kozar git at videolan.org
Mon Mar 2 10:36:41 CET 2015


libdvbpsi | branch: master | Daniel Kamil Kozar <dkk089 at gmail.com> | Sun Mar  1 19:49:50 2015 +0100| [0b027bc2dc0e7dae3e62eaa148d5898eb1f856aa] | committer: Jean-Paul Saman

make the bootstrap script recognize automake 1.15

When using automake 1.15, the bootstrap script fails with a message saying that
the required version is 1.5 or newer. This patch fixes this.

> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=0b027bc2dc0e7dae3e62eaa148d5898eb1f856aa
---

 bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 54fbe0b..5e986d0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -36,7 +36,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am`"
 
 # Check for automake
 amvers="no"
-for v in 14 13 12 11 10 9 8 7 6 5; do
+for v in 15 14 13 12 11 10 9 8 7 6 5; do
   if automake-1.${v} --version >/dev/null 2>&1; then
     amvers="-1.${v}"
     break



More information about the libdvbpsi-devel mailing list