From 82a06bd29972838ea3f0e4ec84db0392bac6990b Mon Sep 17 00:00:00 2001 From: Thomas Lotterer Date: Fri, 19 Mar 2004 15:31:22 +0000 Subject: [PATCH] Upgrade and unify build environment devtool an devtool.func; change devtool.conf to require current versions of shtool, libtool and autoconf --- devtool | 2 +- devtool.conf | 2 +- devtool.func | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devtool b/devtool index 7e036e3..39a4a42 100755 --- a/devtool +++ b/devtool @@ -1,7 +1,7 @@ #!/bin/sh ## ## devtool -- Development Tool -## Copyright (c) 2001 Ralf S. Engelschall +## Copyright (c) 2001-2003 Ralf S. Engelschall ## if [ $# -eq 0 ]; then diff --git a/devtool.conf b/devtool.conf index fc683fb..41e2aaa 100644 --- a/devtool.conf +++ b/devtool.conf @@ -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 diff --git a/devtool.func b/devtool.func index 2ffe92c..7594c7c 100644 --- a/devtool.func +++ b/devtool.func @@ -1,6 +1,6 @@ ## ## devtool.func -- Development Tool Functions -## Copyright (c) 2001-2002 Ralf S. Engelschall +## Copyright (c) 2001-2003 Ralf S. Engelschall ## devtool_require () { @@ -14,10 +14,10 @@ devtool_require () { $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