]> git.pld-linux.org Git - packages/avidemux.git/blob - avidemux-autoconf.patch
- hacks to fix build (kdevelop's ac/am broken as usual), use optflags
[packages/avidemux.git] / avidemux-autoconf.patch
1 --- avidemux-2.0.22/admin/detect-autoconf.sh-oryg       2004-01-30 20:29:34.000000000 +0100
2 +++ avidemux-2.0.22/admin/detect-autoconf.sh    2004-03-06 23:56:20.897642888 +0100
3 @@ -19,16 +19,16 @@
4      AUTOCONF="`$WHICH autoconf-2.53`"
5    elif test -x "`$WHICH autoconf-2.52`" ; then
6      AUTOCONF="`$WHICH autoconf-2.52`"
7 -  elif test -x "`$WHICH autoconf2.50`" ; then
8 -    AUTOCONF="`$WHICH autoconf2.50`"
9 +  elif test -x "`$WHICH autoconf`" ; then
10 +    AUTOCONF="`$WHICH autoconf`"
11    fi
12  }
13  
14  checkAutoheader()
15  {
16 -  if test -x "`$WHICH autoheader-2.5x`" ; then
17 -    AUTOHEADER="`$WHICH autoheader-2.5x`"
18 -    AUTOM4TE="`$WHICH autom4te-2.5x`"
19 +  if test -x "`$WHICH autoheader`" ; then
20 +    AUTOHEADER="`$WHICH autoheader`"
21 +    AUTOM4TE="`$WHICH autom4te`"
22    elif test -x "`$WHICH autoheader-2.53`" ; then
23      AUTOHEADER="`$WHICH autoheader-2.53`"
24      AUTOM4TE="`$WHICH autom4te-2.53`"
25 @@ -42,9 +42,9 @@
26  checkAutomakeAclocal ()
27  {
28    if test -z "$UNSERMAKE"; then
29 -    if test -x "`$WHICH automake-1.8`" ; then
30 -      AUTOMAKE="`$WHICH automake-1.8`"
31 -      ACLOCAL="`$WHICH aclocal-1.8`"
32 +    if test -x "`$WHICH automake`" ; then
33 +      AUTOMAKE="`$WHICH automake`"
34 +      ACLOCAL="`$WHICH aclocal`"
35      elif test -x "`$WHICH automake-1.7`" ; then
36        AUTOMAKE="`$WHICH automake-1.7`"
37        ACLOCAL="`$WHICH aclocal-1.7`"
This page took 0.030786 seconds and 3 git commands to generate.