From 16004e02baec8a034d9e661c324be157b50c561e Mon Sep 17 00:00:00 2001 From: filon Date: Sat, 26 Jan 2002 09:59:03 +0000 Subject: [PATCH 1/1] - copy config.sub from automake dir (don't use automake -a -c, it doesn't use am) - needed for athlon compatibility (inlcuded one doesn handle athlon) Changed files: gcl.spec -> 1.8 --- gcl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcl.spec b/gcl.spec index 8889ccb..25b3a49 100644 --- a/gcl.spec +++ b/gcl.spec @@ -2,7 +2,7 @@ Summary: GNU Common Lisp Summary(pl): GNU Common Lisp Name: gcl Version: 2.4.0 -Release: 3 +Release: 4 License: GPL Group: Development/Languages Group(de): Entwicklung/Sprachen @@ -16,6 +16,7 @@ URL: http://www.gnu.org/projects/gcl BuildRequires: tk-devel BuildRequires: xemacs BuildRequires: autoconf +BuildRequires: automake BuildRequires: gmp-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -48,7 +49,9 @@ Intefejs Tcl/tk dla GNU Common Lisp. %build GCC="%{__cc}"; export GCC +aclocal autoconf +cp -f %{_datadir}/automake/config.sub . %configure \ --enable-notify=no -- 2.44.0