Przeglądaj źródła

unbreak CORE/BASE inter-class dependency (the problem the automake/autoconf call should solve is no longer known, so back it out and wait until we see the error again)

Ralf S. Engelschall 22 lat temu
rodzic
commit
9ffa9e91bc
1 zmienionych plików z 3 dodań i 8 usunięć
  1. 3 8
      libtool/libtool.spec

+ 3 - 8
libtool/libtool.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
 Group:        Development
 License:      GPL
 Version:      1.5
-Release:      20030723
+Release:      20031013
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
@@ -41,8 +41,8 @@ Source0:      ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206, autoconf, automake, make
-PreReq:       OpenPKG, openpkg >= 20020206, autoconf, automake
+BuildPreReq:  OpenPKG, openpkg >= 20020206, make
+PreReq:       OpenPKG, openpkg >= 20020206
 AutoReq:      no
 AutoReqProv:  no
 
@@ -55,11 +55,6 @@ AutoReqProv:  no
     %setup -q
 
 %build
-    #   align with GNU autoconf and GNU automake
-    %{l_prefix}/bin/aclocal
-    %{l_prefix}/bin/automake
-    %{l_prefix}/bin/autoconf
-
     #   configure package
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \