OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 15-Oct-2003 12:47:12
Branch: HEAD Handle: 2003101511470903
Modified files:
openpkg-src/autoconf autoconf.spec
openpkg-web news.txt
Log:
fix building under Linux
Summary:
Revision Changes Path
1.41 +6 -1 openpkg-src/autoconf/autoconf.spec
1.7013 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/autoconf/autoconf.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 autoconf.spec
--- openpkg-src/autoconf/autoconf.spec 7 Oct 2003 19:14:24 -0000 1.40
+++ openpkg-src/autoconf/autoconf.spec 15 Oct 2003 10:47:12 -0000 1.41
@@ -37,7 +37,7 @@
Group: Development
License: GPL
Version: %{V_latest}
-Release: 20031007
+Release: 20031015
# list of sources
Source1: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{V_latest}.tar.gz
@@ -87,6 +87,11 @@
configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ ACLOCAL=true \
+ AUTOMAKE=true \
+ AUTOCONF=true \
+ AUTOHEADER=true \
+ MAKEINFO=true \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7012 -r1.7013 news.txt
--- openpkg-web/news.txt 15 Oct 2003 10:16:45 -0000 1.7012
+++ openpkg-web/news.txt 15 Oct 2003 10:47:09 -0000 1.7013
@@ -1,3 +1,4 @@
+15-Oct-2003: Upgraded package: P<autoconf-2.57-20031015>
15-Oct-2003: Upgraded package: P<openpkg-20031015-20031015>
15-Oct-2003: Upgraded package: P<pnetlib-0.6.0-20031015>
15-Oct-2003: Upgraded package: P<pnet-0.6.0-20031015>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]