Index: ossp-pkg/var/NEWS RCS File: /v/ossp/cvs/ossp-pkg/var/NEWS,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/var/NEWS,v' | diff -u /dev/null - -L'ossp-pkg/var/NEWS' 2>/dev/null --- ossp-pkg/var/NEWS +++ - 2024-04-29 07:33:46.795666981 +0200 @@ -0,0 +1,17 @@ + __ ____ _ _ __ + \ \ / / _` | '__| + \ V / (_| | | + \_/ \__,_|_| + + OSSP var - Variable Expansion + + NEWS + ==== + + This is a list of user-visible and/or major changes to OSSP var. + For more details please have a look at the ChangeLog file. + + Changes between 0.9.0 and 0.9.1 (08-Mar-2002 to xx-Mar-2002) + + o upgraded to GNU autoconf 2.53 build environment + Index: ossp-pkg/var/acconfig.h RCS File: /v/ossp/cvs/ossp-pkg/var/Attic/acconfig.h,v co -q -kk -p'1.2' '/v/ossp/cvs/ossp-pkg/var/Attic/acconfig.h,v' | diff -u - /dev/null -L'ossp-pkg/var/acconfig.h' 2>/dev/null --- ossp-pkg/var/acconfig.h +++ /dev/null 2024-04-29 07:33:00.000000000 +0200 @@ -1,7 +0,0 @@ - -/* whether to use OSSP ex */ -#undef WITH_EX - -/* whether to use Dmalloc */ -#undef WITH_DMALLOC - Index: ossp-pkg/var/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/var/configure.ac,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/var/configure.ac,v' 2>/dev/null --- configure.ac 2002/03/08 12:55:52 1.10 +++ configure.ac 2002/03/09 19:23:37 1.11 @@ -28,27 +28,32 @@ dnl ## configure.ac: GNU Autoconf source script dnl ## -AC_PREREQ(2.52) -AC_REVISION(1.0) -AC_INIT(var.h) - -AC_DIVERT_PUSH(NOTICE) +dnl # prerequisites, initialization and input control +AC_PREREQ(2.53) +AC_INIT V=`./shtool version -l txt -d long VERSION` -./shtool echo -e "Configuring %BOSSP var%b (Variable Expansion), Version %B${V}%b" -AC_DIVERT_POP() +./shtool echo -e "Configuring %BOSSP var%b (Variable Expansion), version %B${V}%b" +AC_CONFIG_SRCDIR(var.h) -AC_SET_MAKE +dnl # checks for build programs +AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_DEBUGGING - sinclude(libtool.m4) AC_PROG_LIBTOOL +dnl # checks for platform environment AC_CHECK_FUNCS(snprintf) -AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h, [AC_DEFINE(WITH_EX)]) -AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h, AC_DEFINE(WITH_DMALLOC)) +dnl # checks for external libraries +AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h, + [AC_DEFINE(WITH_EX, 1, [Define to 1 if building with OSSP ex])]) +AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h, + [AC_DEFINE(WITH_DMALLOC, 1, [Define to 1 if building with Dmalloc])]) + +dnl # output generation AC_CONFIG_HEADERS(config.h) -AC_CONFIG_FILES(Makefile var-config) +AC_CONFIG_FILES([Makefile var-config]) +AC_CONFIG_COMMANDS([adjustment], [chmod a+x var-config]) AC_OUTPUT Index: ossp-pkg/var/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/var/devtool.conf,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/var/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/03/08 12:55:04 1.3 +++ devtool.conf 2002/03/09 19:23:37 1.4 @@ -5,7 +5,7 @@ %autogen @autogen shtool 1.6.0 "1.[56].*" 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/var/devtool.func RCS File: /v/ossp/cvs/ossp-pkg/var/devtool.func,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/var/devtool.func,v' 2>/dev/null --- devtool.func 2002/01/02 17:12:18 1.2 +++ devtool.func 2002/03/09 19:23:37 1.3 @@ -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"`