Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/01/13 09:29:48 1.6 +++ ChangeLog 2004/01/13 10:02:26 1.7 @@ -13,6 +13,9 @@ Changes between 0.9.0 and 0.9.1 (11-Jan-2004 to xx-Jan-2004) + o Disable the C++ and F77 checks in GNU libtool. + [Ralf S. Engelschall] + o Print involved option character (instead of '?') on invalid option for uuid(1) CLI. [Matthias Andree ] Index: ossp-pkg/uuid/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/configure.ac,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/configure.ac,v' 2>/dev/null --- configure.ac 2004/01/11 08:54:18 1.3 +++ configure.ac 2004/01/13 10:02:26 1.4 @@ -37,6 +37,10 @@ AC_PROG_CC AC_CHECK_DEBUGGING +m4_defun([AC_PROG_CXX]) +m4_defun([AC_PROG_CXXCPP]) +m4_defun([AC_PROG_F77]) +with_tags="" sinclude(libtool.m4) AC_PROG_LIBTOOL