OSSP CVS Repository

ossp - Check-in [6008]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 6008
Date: 2008-Jul-04 23:45:50 (local)
2008-Jul-04 21:45:50 (UTC)
User:rse
Branch:
Comment: upgrade to GNU libtool 2.2.4 and GNU autoconf 2.62
Tickets:
Inspections:
Files:
ossp-pkg/uuid/ChangeLog      1.159 -> 1.160     8 inserted, 2 deleted
ossp-pkg/uuid/devtool.conf      1.37 -> 1.38     2 inserted, 2 deleted
ossp-pkg/uuid/devtool.func      1.4 -> 1.5     2 inserted, 2 deleted

ossp-pkg/uuid/ChangeLog 1.159 -> 1.160

--- ChangeLog    2008/06/04 17:27:27     1.159
+++ ChangeLog    2008/07/04 21:45:50     1.160
@@ -11,7 +11,10 @@
   This is a list of all changes to OSSP uuid.
   For a more brief summary please have a look at the NEWS file.
 
-  Changes between 1.6.1 and 1.6.2 (21-Feb-2008 to 06-Mar-2008)
+  Changes between 1.6.1 and 1.6.2 (21-Feb-2008 to 04-Jul-2008)
+
+   o Adjust "devtool.func" for latest GNU Libtool compatibility.
+     [Ralf S. Engelschall]
 
    o Improve PRNG under Win32.
      [Hiroshi Saito]
@@ -32,7 +35,10 @@
      gettimeofday(3) is not available.
      [Ralf S. Engelschall]
 
-   o Upgrade build environment to GNU libtool 2.2.
+   o Upgrade build environment to GNU autoconf 2.62.
+     [Ralf S. Engelschall]
+
+   o Upgrade build environment to GNU libtool 2.2.4.
      [Ralf S. Engelschall]
 
   Changes between 1.6.0 and 1.6.1 (19-May-2007 to 21-Feb-2008)


ossp-pkg/uuid/devtool.conf 1.37 -> 1.38

--- devtool.conf 2008/03/06 10:04:49     1.37
+++ devtool.conf 2008/07/04 21:45:50     1.38
@@ -4,8 +4,8 @@
 
 %autogen
     @autogen shtool   2.0.7  "2.0.*" all
-    @autogen libtool  2.2    "2.2*"
-    @autogen autoconf 2.61   "2.6[0-9]*"
+    @autogen libtool  2.2.4  "2.2*"
+    @autogen autoconf 2.62   "2.6[0-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/uuid/devtool.func 1.4 -> 1.5

--- devtool.func 2008/03/06 12:18:58     1.4
+++ devtool.func 2008/07/04 21:45:50     1.5
@@ -38,8 +38,8 @@
         libtool )
             libtoolize_version=`devtool_require libtoolize --version 4 "$1" "$2"`
             echo "generating (GNU Libtool $libtoolize_version): ltmain.sh, libtool.m4, config.guess, config.sub"
-            libtoolize --force --copy --install >/dev/null 2>&1
-            cat `libtoolize --force --copy --install --dry-run | sed -e '1,/add the contents of/d' |\
+            cat `libtoolize --force --copy --install |\
+                egrep "\\.m4'" | egrep -v "add the contents of" |\
                 sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` >libtool.m4
             rm -f install-sh
             ;;

CVSTrac 2.0.1