OSSP CVS Repository

ossp - Check-in [4317]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4317
Date: 2004-Jan-13 11:02:26 (local)
2004-Jan-13 10:02:26 (UTC)
User:rse
Branch:
Comment: Disable the C++ and F77 checks in GNU libtool.
Tickets:
Inspections:
Files:
ossp-pkg/uuid/ChangeLog      1.6 -> 1.7     3 inserted, 0 deleted
ossp-pkg/uuid/configure.ac      1.3 -> 1.4     4 inserted, 0 deleted

ossp-pkg/uuid/ChangeLog 1.6 -> 1.7

--- 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 <matthias.andree@gmx.de>] 


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

--- 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
 

CVSTrac 2.0.1