Check-in Number:
|
1769 | |
Date: |
2002-Jan-31 21:35:43 (local)
2002-Jan-31 20:35:43 (UTC) |
User: | rse |
Branch: | |
Comment: |
provide version in ex-config and fix devtool dist |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/ex/configure.ac 1.1 -> 1.2
--- 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
|
|
ossp-pkg/ex/devtool.conf 1.2 -> 1.3
--- 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' .
|
|