dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] pnetlib ChangeLog configure.in tools/mkrelease


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnetlib ChangeLog configure.in tools/mkrelease
Date: Sat, 03 Mar 2007 11:54:49 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    pnetlib
Changes by:     Klaus Treichel <ktreichel>      07/03/03 11:54:49

Modified files:
        .              : ChangeLog configure.in 
        tools          : mkrelease 

Log message:
        Update version to new development version and fix mkrelease script.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2482&r2=1.2483
http://cvs.savannah.gnu.org/viewcvs/pnetlib/configure.in?cvsroot=dotgnu-pnet&r1=1.155&r2=1.156
http://cvs.savannah.gnu.org/viewcvs/pnetlib/tools/mkrelease?cvsroot=dotgnu-pnet&r1=1.1.1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2482
retrieving revision 1.2483
diff -u -b -r1.2482 -r1.2483
--- ChangeLog   3 Mar 2007 10:03:49 -0000       1.2482
+++ ChangeLog   3 Mar 2007 11:54:49 -0000       1.2483
@@ -9,6 +9,10 @@
 
        * configure.in, NEWS: update version and news for the 0.8.0 release.
 
+       * configure.in: update version to the new 0.8.1 development release.
+
+       * tools/mkrelease: Fix to work with newer autotools versions.
+
 2007-02-28  Stefan Allan  <address@hidden>
 
        * System.Xml/XmlNamespaceManager.cs: Fix scope lookup in 

Index: configure.in
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -b -r1.155 -r1.156
--- configure.in        3 Mar 2007 09:57:58 -0000       1.155
+++ configure.in        3 Mar 2007 11:54:49 -0000       1.156
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(runtime/System/Object.cs)
-AM_INIT_AUTOMAKE(pnetlib, 0.8.0)
+AM_INIT_AUTOMAKE(pnetlib, 0.8.1)
 AM_MAINTAINER_MODE
 
 dnl Extra substitution variables.

Index: tools/mkrelease
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/tools/mkrelease,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -b -r1.1.1.1 -r1.2
--- tools/mkrelease     7 Aug 2001 22:51:47 -0000       1.1.1.1
+++ tools/mkrelease     3 Mar 2007 11:54:49 -0000       1.2
@@ -78,7 +78,9 @@
 echo '$' cd pnetlib >>$LOGFILE
 echo cd pnetlib
 cd pnetlib
-call automake
+call libtoolize --force
+call aclocal
+call automake --add-missing --copy --ignore-deps
 call autoconf
 
 # Verify that the source will build cleanly.
@@ -112,7 +114,9 @@
 echo '$' cd pnetlib >>$LOGFILE
 echo cd pnetlib
 cd pnetlib
-call automake
+call libtoolize --force
+call aclocal
+call automake --add-missing --copy --ignore-deps
 call autoconf
 echo '$' cd .. >>$LOGFILE
 echo cd ..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]