Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.145' '-r1.146' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2007/05/19 19:56:18 1.145 +++ ChangeLog 2007/05/19 19:59:56 1.146 @@ -13,6 +13,10 @@ Changes between 1.5.1 and 1.6.0 (31-Jul-2006 to 19-May-2006) + o Expand unused "datarootdir" in Makefile.in and uuid-config.in to + make newer GNU autoconf versions happy. + [Ralf S. Engelschall] + o Upgrade build environment to GNU shtool 2.0.7 [Ralf S. Engelschall] Index: ossp-pkg/uuid/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v rcsdiff -q -kk '-r1.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v' 2>/dev/null --- Makefile.in 2007/01/01 18:14:54 1.43 +++ Makefile.in 2007/05/19 19:59:56 1.44 @@ -38,6 +38,7 @@ DESTDIR = prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ Index: ossp-pkg/uuid/uuid-config.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid-config.in,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid-config.in,v' 2>/dev/null --- uuid-config.in 2007/01/01 18:14:54 1.6 +++ uuid-config.in 2007/05/19 19:59:56 1.7 @@ -33,6 +33,7 @@ prefix="@prefix@" exec_prefix="@exec_prefix@" +datarootdir="@datarootdir@" uuid_prefix="$prefix" uuid_exec_prefix="$exec_prefix"