OSSP CVS Repository

ossp - Difference in ossp-pkg/uuid/configure.ac versions 1.4 and 1.5
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/uuid/configure.ac 1.4 -> 1.5

--- configure.ac 2004/01/13 10:02:26     1.4
+++ configure.ac 2004/01/18 20:19:23     1.5
@@ -29,9 +29,11 @@
 
 AC_PREREQ(2.53)
 AC_INIT
-UUID_VERSION_STR=`./shtool version -l txt -d long VERSION`
+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"
 AC_SUBST(UUID_VERSION_STR)
+AC_SUBST(UUID_VERSION_HEX)
 
 AC_PROG_MAKE_SET
 AC_PROG_CC
@@ -48,7 +50,7 @@
 UUID_CHECK_ALL
 
 AC_CONFIG_HEADERS(config.h)
-AC_CONFIG_FILES([Makefile uuid-config])
+AC_CONFIG_FILES([Makefile uuid-config uuid.h])
 AC_CONFIG_COMMANDS([adjustment], [chmod a+x uuid-config])
 AC_OUTPUT
 

CVSTrac 2.0.1