ossp-pkg/sa/configure.ac 1.9 -> 1.10
--- configure.ac 2002/01/31 09:09:55 1.9
+++ configure.ac 2002/01/31 21:35:13 1.10
@@ -33,8 +33,9 @@
AC_INIT(README)
AC_DIVERT_PUSH(NOTICE)
-V=`./shtool version -l txt -d long VERSION`
-./shtool echo -e "Configuring %BOSSP sa%b (Socket Abstraction), Version %B${V}%b"
+SA_VERSION_STR=`./shtool version -l txt -d long VERSION`
+./shtool echo -e "Configuring %BOSSP sa%b (Socket Abstraction), Version %B${SA_VERSION_STR}%b"
+AC_SUBST(SA_VERSION_STR)
AC_DIVERT_POP()
AC_SET_MAKE
|
|