From 5b9f97648d172116b3671d99d42bf032dfe3a638 Mon Sep 17 00:00:00 2001 From: grzegol Date: Sat, 3 Jul 2004 20:51:45 +0000 Subject: [PATCH 1/1] - updated for avidemux-2.0.24 Changed files: avidemux-autoconf.patch -> 1.2 --- avidemux-autoconf.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/avidemux-autoconf.patch b/avidemux-autoconf.patch index e6a2252..e18bf12 100644 --- a/avidemux-autoconf.patch +++ b/avidemux-autoconf.patch @@ -26,12 +26,12 @@ checkAutomakeAclocal () { if test -z "$UNSERMAKE"; then -- if test -x "`$WHICH automake-1.5`" ; then -- AUTOMAKE="`$WHICH automake-1.5`" -- ACLOCAL="`$WHICH aclocal-1.5`" +- if test -x "`$WHICH automake-1.8`" ; then +- AUTOMAKE="`$WHICH automake-1.8`" +- ACLOCAL="`$WHICH aclocal-1.8`" + if test -x "`$WHICH automake`" ; then + AUTOMAKE="`$WHICH automake`" + ACLOCAL="`$WHICH aclocal`" - elif test -x "`$WHICH automake-1.6`" ; then - AUTOMAKE="`$WHICH automake-1.6`" - ACLOCAL="`$WHICH aclocal-1.6`" + elif test -x "`$WHICH automake-1.7`" ; then + AUTOMAKE="`$WHICH automake-1.7`" + ACLOCAL="`$WHICH aclocal-1.7`" -- 2.44.0