]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- updated for avidemux-2.0.24
authorgrzegol <grzegol@pld-linux.org>
Sat, 3 Jul 2004 20:51:45 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avidemux-autoconf.patch -> 1.2

avidemux-autoconf.patch

index e6a225238a24f8c1b574a8c8ba3b9ba4699c6047..e18bf12edeebb8c804a3a02361db4a7614fc9873 100644 (file)
  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`"
This page took 0.12372 seconds and 4 git commands to generate.