ossp-pkg/js/configure.ac 1.2 -> 1.3
--- configure.ac 2006/07/22 13:48:03 1.2
+++ configure.ac 2006/07/22 14:03:51 1.3
@@ -29,7 +29,9 @@
AC_PREREQ(2.60)
AC_INIT
-V=`./shtool version -ltxt -dlong VERSION`
+. VERSION
+V=`echo "${VERSION_JAVASCRIPT}:${VERSION_MOZILLA}:${VERSION_OSSP}" |\
+ sed -e 's;^\([[0-9]]\)\([[0-9]]\)[[^:]]*:FIREFOX_\([[0-9]]\)_\([[0-9]]\)[[^:]]*:\(.*\)$;\1.\2.\3.\4.\5;'`
$ac_confdir/shtool echo -e \
"Configuring %BOSSP js%b (JavaScript Engine), version %B${V}%b"
|
|