Index: ossp-pkg/res/.cvsignore RCS File: /v/ossp/cvs/ossp-pkg/res/.cvsignore,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/res/.cvsignore,v' | diff -u /dev/null - -L'ossp-pkg/res/.cvsignore' 2>/dev/null --- ossp-pkg/res/.cvsignore +++ - 2024-05-16 18:46:36.912628761 +0200 @@ -0,0 +1,10 @@ +Makefile +config.guess +config.h +config.h.in +config.sub +configure +libtool.m4 +ltmain.sh +res-config +shtool Index: ossp-pkg/res/README RCS File: /v/ossp/cvs/ossp-pkg/res/README,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/res/README,v' 2>/dev/null --- README 2003/02/16 16:16:06 1.1 +++ README 2003/02/16 16:19:40 1.2 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| \___||___/ OSSP res - Resource Pools - Version 0.1.0 (30-Jan-2003) + Version 0.1.0 (16-Feb-2003) ABSTRACT Index: ossp-pkg/res/VERSION RCS File: /v/ossp/cvs/ossp-pkg/res/VERSION,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/res/VERSION,v' 2>/dev/null --- VERSION 2003/02/16 16:16:06 1.1 +++ VERSION 2003/02/16 16:19:40 1.2 @@ -1,6 +1,6 @@ - VERSION -- Version Information for OSSP ex (syntax: Text) + VERSION -- Version Information for OSSP res (syntax: Text) [automatically generated and maintained by GNU shtool] - This is OSSP ex, Version 1.0.2 (30-Jan-2003) + This is OSSP res, Version 0.1.0 (16-Feb-2003) Index: ossp-pkg/res/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/res/configure.ac,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/res/configure.ac,v' 2>/dev/null --- configure.ac 2003/02/16 16:16:06 1.1 +++ configure.ac 2003/02/16 16:19:40 1.2 @@ -30,7 +30,7 @@ AC_PREREQ(2.57) AC_INIT RES_VERSION_STR=`./shtool version -l txt -d long VERSION` -./shtool echo -e "Configuring %BOSSP res%b (Resource Pools), version %B${EX_VERSION_STR}%b" +./shtool echo -e "Configuring %BOSSP res%b (Resource Pools), version %B${RES_VERSION_STR}%b" AC_SUBST(RES_VERSION_STR) AC_CONFIG_SRCDIR(res.h)