ossp-pkg/uuid/configure.ac 1.7 -> 1.8
--- configure.ac 2004/10/15 18:17:45 1.7
+++ configure.ac 2004/10/15 18:22:31 1.8
@@ -29,9 +29,10 @@
AC_PREREQ(2.53)
AC_INIT
-UUID_VERSION_STR=`./shtool version -l c -d long uuid_vers.h`
-UUID_VERSION_HEX=`./shtool version -l c -d hex uuid_vers.h`
-./shtool echo -e "Configuring %BOSSP uuid%b (Universally Unique Identifier), version %B${UUID_VERSION_STR}%b"
+UUID_VERSION_STR=`$ac_confdir/shtool version -l c -d long uuid_vers.h`
+UUID_VERSION_HEX=`$ac_confdir/shtool version -l c -d hex uuid_vers.h`
+$ac_confdir/shtool echo -e \
+ "Configuring %BOSSP uuid%b (Universally Unique Identifier), version %B${UUID_VERSION_STR}%b"
AC_SUBST(UUID_VERSION_STR)
AC_SUBST(UUID_VERSION_HEX)
|
|