Index: ossp-pkg/ex/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/ex/configure.ac,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ex/configure.ac,v' 2>/dev/null --- configure.ac 2002/01/26 20:12:19 1.1 +++ configure.ac 2002/01/31 20:35:43 1.2 @@ -30,8 +30,9 @@ AC_INIT(README) AC_DIVERT_PUSH(NOTICE) -V=`./shtool version -l txt -d long VERSION` -./shtool echo -e "Configuring %BOSSP ex%b (Exception Handling), Version %B${V}%b" +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" +AC_SUBST(EX_VERSION_STR) AC_DIVERT_POP() AC_SET_MAKE Index: ossp-pkg/ex/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/ex/devtool.conf,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/ex/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/01/31 20:31:47 1.2 +++ devtool.conf 2002/01/31 20:35:43 1.3 @@ -30,5 +30,5 @@ ./shtool fixperm -v . V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o ex-${V}.tar.gz -d ex-${V} -u ossp -g ossp \ - -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' . + -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*' -c 'gzip --best' .