Dash:
[t2.git] / package / graphic / hermes / automake-fix.patch
blob339a3e87fb0d8757fce82913f52ad080b799883c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../hermes/automake-fix.patch
5 # Copyright (C) 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -Nur Hermes-1.3.3-orig/configure.in Hermes-1.3.3/configure.in
18 --- Hermes-1.3.3-orig/configure.in 2008-03-09 19:00:05.000000000 +0000
19 +++ Hermes-1.3.3/configure.in 2008-03-09 19:02:11.000000000 +0000
20 @@ -148,6 +148,8 @@
21 AR_COMPILER=$CC
22 AR_FLAGS=$CFLAGS
24 +AM_PROG_AS
26 dnl let's keep autoconf 2.5 happy
27 AS=$CC
28 AC_SUBST(AS)