Index: ossp-pkg/ex/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/ex/configure.ac,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/ex/configure.ac,v' 2>/dev/null --- configure.ac 2002/01/31 21:20:44 1.3 +++ configure.ac 2002/03/14 15:12:49 1.4 @@ -28,26 +28,21 @@ dnl ## configure.ac: GNU Autoconf source script dnl ## -AC_PREREQ(2.52) -AC_REVISION(1.0) -AC_INIT(README) - -AC_DIVERT_PUSH(NOTICE) +AC_PREREQ(2.53) +AC_INIT EX_VERSION_STR=`./shtool version -l txt -d long VERSION` -./shtool echo -e "Configuring %BOSSP ex%b (Exception Handling), Version %B${EX_VERSION_STR}%b" +./shtool echo -e "Configuring %BOSSP ex%b (Exception Handling), version %B${EX_VERSION_STR}%b" AC_SUBST(EX_VERSION_STR) -AC_DIVERT_POP() +AC_CONFIG_SRCDIR(ex.h) -AC_SET_MAKE +AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_DEBUGGING - sinclude(libtool.m4) AC_PROG_LIBTOOL AC_CONFIG_HEADERS(config.h) -AC_CONFIG_FILES(Makefile ex-config) +AC_CONFIG_FILES([Makefile ex-config]) +AC_CONFIG_COMMANDS([adjustment], [chmod a+x ex-config]) AC_OUTPUT -chmod a+x ex-config - Index: ossp-pkg/ex/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/ex/devtool.conf,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/ex/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/01/31 21:07:26 1.5 +++ devtool.conf 2002/03/14 15:12:49 1.6 @@ -3,9 +3,9 @@ ## %autogen - @autogen shtool 1.5.4 "1.5.*" all + @autogen shtool 1.6.0 "1.6.*" all @autogen libtool 1.4.2 "1.4*" - @autogen autoconf 2.52 "2.5.*" + @autogen autoconf 2.53 "2.5[3-9]*" %autoclean @autoclean shtool Index: ossp-pkg/ex/devtool.func RCS File: /v/ossp/cvs/ossp-pkg/ex/devtool.func,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ex/devtool.func,v' 2>/dev/null --- devtool.func 2002/01/26 20:12:19 1.1 +++ devtool.func 2002/03/14 15:12:49 1.2 @@ -1,6 +1,6 @@ ## ## devtool.func -- Development Tool Functions -## Copyright (c) 2001 Ralf S. Engelschall +## Copyright (c) 2001-2002 Ralf S. Engelschall ## devtool_require () { @@ -33,6 +33,7 @@ echo "generating (GNU Autoconf $autoconf_version): configure config.h.in" autoconf autoheader 2>&1 | grep -v "is unchanged" + rm -rf autom4te.cache >/dev/null 2>&1 ;; libtool ) libtoolize_version=`devtool_require libtoolize --version 4 "$1" "$2"`