|
|
@@ -34,11 +34,13 @@ Class: CORE
|
|
|
Group: Language
|
|
|
License: GPL
|
|
|
Version: 1.4o
|
|
|
-Release: 20040207
|
|
|
+Release: 20040209
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.seindal.dk/pub/rene/gnu/m4-%{version}.tar.gz
|
|
|
Source1: m4.1
|
|
|
+Source2: config.guess
|
|
|
+Source3: config.sub
|
|
|
Patch0: m4.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -66,7 +68,8 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%patch -p0
|
|
|
- %update_config_scripts
|
|
|
+ cp %{SOURCE config.guess} %{SOURCE config.sub} .
|
|
|
+ chmod a+x config.guess config.sub
|
|
|
|
|
|
%build
|
|
|
# configure package
|