r53: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 16 May 2000 04:32:47 +0000 (04:32 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 16 May 2000 04:32:47 +0000 (04:32 +0000)
ChangeLog
config.h.in
configure.in

index 778e787b4c1ddc5b0688eac227a95f572a964487..e1f98df8ad26dd5f1e0d2ddd9674a17c7d17ca02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
+0.5.4-b1 - 5/14/2000
+   Modified the raysum file format to be platform independent
+       
 0.5.3 - 5/11/2000
    Added Microsoft VC compatibility
-   Cleaned up compilation warnings
+   Cleaned up compilation warnings in libgraph
        
 0.5.2-b5 - 5/7/2000
    Continued conversion to ANSI C      
index 1c52ca164c02c957ef75144a5ba55bbf73ab8d81..04441f5bb56c862ceb85c9e271b035d972f76b9b 100644 (file)
@@ -42,6 +42,9 @@
 /* Define is have interactive graphics */
 #undef HAVE_INTERACTIVE_GRAPHICS
 
+/* Define if you have the htonl function.  */
+#undef HAVE_HTONL
+
 /* Define if you have the snprintf function.  */
 #undef HAVE_SNPRINTF
 
index 61ddc8cbba18c562cef57300c7da513714b4b403..6598a8d485b1eefec912e4dbe8d47304ff526028 100644 (file)
@@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
 AC_INIT(src/ctrec.c)
-AM_INIT_AUTOMAKE(ctsim,0.5.3)
+AM_INIT_AUTOMAKE(ctsim,0.5.4-b1)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -40,7 +40,7 @@ AC_STRUCT_TM
 
 dnl Checks for library functions.
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS(strtod strtol snprintf)
+AC_CHECK_FUNCS(strtod strtol snprintf htonl)
 AC_CHECK_FUNC(basename)
 AC_CHECK_FUNC(setjmp)
 AC_CHECK_FUNC(getopt_long,