OSSP CVS Repository

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

Check-in Number: 5023
Date: 2005-Feb-18 11:05:35 (local)
2005-Feb-18 10:05:35 (UTC)
User:rse
Branch:
Comment: upgrade to libtool 1.5.14; move isnan/isinf into cfg.ac; merge trunc stuff from l2
Tickets:
Inspections:
Files:
ossp-pkg/cfg/ChangeLog      1.36 -> 1.37     7 inserted, 2 deleted
ossp-pkg/cfg/cfg.ac      1.6 -> 1.7     2 inserted, 0 deleted
ossp-pkg/cfg/configure.ac      1.15 -> 1.16     0 inserted, 1 deleted
ossp-pkg/cfg/devtool.conf      1.23 -> 1.24     1 inserted, 1 deleted

ossp-pkg/cfg/ChangeLog 1.36 -> 1.37

--- ChangeLog    2005/02/18 09:58:32     1.36
+++ ChangeLog    2005/02/18 10:05:35     1.37
@@ -10,10 +10,15 @@
 
  Changes between 0.9.8 and 0.9.9 (24-Jan-2005 to xx-Feb-2005):
 
-   *) Resolve trunc symbol conflict; add configure checks for
-      isnan and isinf
+   *) Add Autoconf checks for isnan() and isinf() for cfg_fmt.c
       [Thomas Lotterer <thomas@lotterer.net>]
 
+   *) Resolve conflict on symbol "trunc" with <math.h>.
+      [Thomas Lotterer <thomas@lotterer.net>]
+
+   *) Upgraded build environment to GNU libtool 1.5.14
+      [Ralf S. Engelschall <rse@engelschall.com>]
+
    *) Revert recently made change "fix va_list variable passing in
       cfg_fmt functions" by using a double-cast which is evil but keeps
       the correct semantics.


ossp-pkg/cfg/cfg.ac 1.6 -> 1.7

--- cfg.ac       2005/01/24 14:18:48     1.6
+++ cfg.ac       2005/02/18 10:05:35     1.7
@@ -55,6 +55,8 @@
     fi
 
     dnl #   additional checks
+    AC_CHECK_FUNCS(isnan isinf)
+    AC_CHECK_SIZEOF(long long, 8)
     AC_CHECK_VA_COPY
 ])
 


ossp-pkg/cfg/configure.ac 1.15 -> 1.16

--- configure.ac 2005/02/18 09:58:32     1.15
+++ configure.ac 2005/02/18 10:05:35     1.16
@@ -57,7 +57,6 @@
 fi
 
 AC_CONFIG_HEADERS(config.h)
-AC_CHECK_FUNCS(isnan isinf)
 AC_CONFIG_FILES([Makefile cfg-config])
 AC_CONFIG_COMMANDS([adjustment], [chmod a+x cfg-config])
 AC_OUTPUT


ossp-pkg/cfg/devtool.conf 1.23 -> 1.24

--- devtool.conf 2005/02/18 09:40:40     1.23
+++ devtool.conf 2005/02/18 10:05:35     1.24
@@ -30,7 +30,7 @@
 
 %autogen
     @autogen shtool   2.0.1  "2.0.*" echo fixperm install mkdir tarball version
-    @autogen libtool  1.5.10 "1.5*"
+    @autogen libtool  1.5.14 "1.5*"
     @autogen autoconf 2.59   "2.5[4-9]*"
 
 %autoclean

CVSTrac 2.0.1