]> git.pld-linux.org Git - packages/gcl.git/commitdiff
- copy config.sub from automake dir (don't use automake -a -c, it doesn't use am)
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 26 Jan 2002 09:59:03 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- needed for athlon compatibility (inlcuded one doesn handle athlon)

Changed files:
    gcl.spec -> 1.8

gcl.spec

index 8889ccb88ccb1a06852ad91497155a212be7a78b..25b3a49d0cdf22b4e8b4f6b222bd14aaffe5d666 100644 (file)
--- 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
 
This page took 0.026275 seconds and 4 git commands to generate.