Upgrade and unify build environment devtool an devtool.func; change devtool.conf to require current versions of shtool, libtool and autoconf

This commit is contained in:
Thomas Lotterer 2004-03-19 15:31:22 +00:00
parent 3a4dfb44fe
commit 82a06bd299
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
## ##
## devtool -- Development Tool ## 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 if [ $# -eq 0 ]; then

View File

@ -5,7 +5,7 @@
%autogen %autogen
@autogen shtool 1.6.2 "1.6.*" all @autogen shtool 1.6.2 "1.6.*" all
@autogen libtool 1.5.2 "1.5*" @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
@autoclean shtool @autoclean shtool

View File

@ -1,6 +1,6 @@
## ##
## devtool.func -- Development Tool Functions ## 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 () { devtool_require () {
@ -14,10 +14,10 @@ devtool_require () {
$e ) $e )
;; ;;
$a ) $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 exit 1
;; ;;
esac esac