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

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

[Dotgnu-pnet-commits] CVS: pnetlib .cvsignore,1.4,1.5 ChangeLog,1.1003,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib .cvsignore,1.4,1.5 ChangeLog,1.1003,1.1004 auto_gen.sh,1.2,1.3 libtool.m4,1.1,NONE ltcf-c.sh,1.1,NONE ltconfig,1.1,NONE ltmain.sh,1.1,NONE
Date: Sat, 07 Jun 2003 07:27:30 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv28807

Modified Files:
        .cvsignore ChangeLog auto_gen.sh 
Removed Files:
        libtool.m4 ltcf-c.sh ltconfig ltmain.sh 
Log Message:


Remove the libtool files and replace with a call to libtoolize in
auto_gen.sh instead; hopefully this will pick up the right versions
from the user's system.


Index: .cvsignore
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** .cvsignore  7 Jun 2003 01:01:51 -0000       1.4
--- .cvsignore  7 Jun 2003 11:27:24 -0000       1.5
***************
*** 10,11 ****
--- 10,13 ----
  pnetlib.spec
  libtool
+ ltconfig
+ ltmain.sh

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1003
retrieving revision 1.1004
diff -C2 -r1.1003 -r1.1004
*** ChangeLog   7 Jun 2003 09:59:17 -0000       1.1003
--- ChangeLog   7 Jun 2003 11:27:25 -0000       1.1004
***************
*** 36,39 ****
--- 36,44 ----
        ink extents.
  
+       * .cvsignore, auto_gen.sh, libtool.m4, ltcf-c.sh, ltconfig,
+       ltmain.sh: remove the libtool files and replace with a call
+       to libtoolize in auto_gen.sh instead; hopefully this will
+       pick up the right versions from the user's system.
+ 
  2003-06-06  Rhys Weatherley  <address@hidden>
  

Index: auto_gen.sh
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/auto_gen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** auto_gen.sh 27 Nov 2002 03:19:36 -0000      1.2
--- auto_gen.sh 7 Jun 2003 11:27:25 -0000       1.3
***************
*** 29,32 ****
--- 29,37 ----
  esac
  
+ # Run libtoolize if necessary.
+ if test ! -f "ltconfig" ; then
+       libtoolize --copy 2>/dev/null
+ fi
+ 
  # Run automake and autoconf.
  automake --add-missing --copy $AM_FLAGS

--- libtool.m4 DELETED ---

--- ltcf-c.sh DELETED ---

--- ltconfig DELETED ---

--- ltmain.sh DELETED ---





reply via email to

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