Dash:
[t2-trunk.git] / package / filesystem / gtoaster / configure-fix.patch
blobcade9715a3c50956751e6ced0bbbcb07174ae313
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../gtoaster/configure-fix.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- gtoaster/configure 2002-09-01 09:38:49.000000000 +0200
19 +++ gtoaster-fixed/configure 2003-05-07 02:17:11.182288696 +0200
20 @@ -1433,8 +1433,8 @@
21 # Run test in a subshell; some versions of sh will print an error if
22 # an executable is not found, even if stderr is redirected.
23 # Redirect stdin to placate older versions of autoconf. Sigh.
24 -if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
25 - ACLOCAL=aclocal-${am__api_version}
26 +if (aclocal --version) < /dev/null > /dev/null 2>&1; then
27 + ACLOCAL=aclocal}
28 echo "$as_me:$LINENO: result: found" >&5
29 echo "${ECHO_T}found" >&6
30 else
31 @@ -1458,13 +1458,13 @@
32 echo "${ECHO_T}missing" >&6
35 -echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
36 -echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6
37 +echo "$as_me:$LINENO: checking for working automake" >&5
38 +echo $ECHO_N "checking for working automake... $ECHO_C" >&6
39 # Run test in a subshell; some versions of sh will print an error if
40 # an executable is not found, even if stderr is redirected.
41 # Redirect stdin to placate older versions of autoconf. Sigh.
42 -if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
43 - AUTOMAKE=automake-${am__api_version}
44 +if (automake --version) < /dev/null > /dev/null 2>&1; then
45 + AUTOMAKE=automake}
46 echo "$as_me:$LINENO: result: found" >&5
47 echo "${ECHO_T}found" >&6
48 else