From 425224cb310fd015ec04529b5b7556e97505da1e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 16 May 2000 04:32:47 +0000 Subject: [PATCH] r53: *** empty log message *** --- ChangeLog | 5 ++++- config.h.in | 3 +++ configure.in | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 778e787..e1f98df 100644 --- 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 diff --git a/config.h.in b/config.h.in index 1c52ca1..04441f5 100644 --- a/config.h.in +++ b/config.h.in @@ -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 diff --git a/configure.in b/configure.in index 61ddc8c..6598a8d 100644 --- a/configure.in +++ b/configure.in @@ -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, -- 2.34.1