OSSP CVS Repository

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

Check-in Number: 4452
Date: 2004-Mar-19 16:31:19 (local)
2004-Mar-19 15:31:19 (UTC)
User:thl
Branch:
Comment: Upgrade and unify build environment devtool an devtool.func; change devtool.conf to require current versions of shtool, libtool and autoconf
Tickets:
Inspections:
Files:
ossp-pkg/fsl/devtool      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/fsl/devtool.conf      1.21 -> 1.22     2 inserted, 2 deleted
ossp-pkg/fsl/devtool.func      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/petidomo/devtool      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/petidomo/devtool.conf      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/petidomo/devtool.func      1.1 -> 1.2     3 inserted, 3 deleted

ossp-pkg/fsl/devtool 1.2 -> 1.3

--- devtool      2003/05/22 14:01:55     1.2
+++ devtool      2004/03/19 15:31:19     1.3
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com>
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/fsl/devtool.conf 1.21 -> 1.22

--- devtool.conf 2003/11/17 10:37:03     1.21
+++ devtool.conf 2004/03/19 15:31:19     1.22
@@ -11,8 +11,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" echo fixperm install mkdir tarball version
-    @autogen libtool  1.5 "1.[45]*"
-    @autogen autoconf 2.58  "2.5[4-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
     for name in l2 cfg pcre; do
         echo "===> lib_${name} (devtool autogen)"


ossp-pkg/fsl/devtool.func 1.3 -> 1.4

--- devtool.func 2003/05/22 14:01:55     1.3
+++ devtool.func 2004/03/19 15:31:19     1.4
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {


ossp-pkg/petidomo/devtool 1.1 -> 1.2

--- devtool      2004/02/02 20:19:25     1.1
+++ devtool      2004/03/19 15:31:22     1.2
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com>
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/petidomo/devtool.conf 1.2 -> 1.3

--- devtool.conf 2004/03/09 13:23:47     1.2
+++ devtool.conf 2004/03/19 15:31:22     1.3
@@ -5,7 +5,7 @@
 %autogen
     @autogen shtool   1.6.2 "1.6.*" all
     @autogen libtool  1.5.2 "1.5*"
-    @autogen autoconf 2.59  "2.5[3-9]*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/petidomo/devtool.func 1.1 -> 1.2

--- devtool.func 2004/02/02 20:19:25     1.1
+++ devtool.func 2004/03/19 15:31:22     1.2
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac

CVSTrac 2.0.1