r42: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 8 May 2000 20:03:41 +0000 (20:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 8 May 2000 20:03:41 +0000 (20:03 +0000)
ChangeLog
configure.in

index 77f7ebc9791c0affa836b74f3b45169c2858d9c9..e38556ff06cdfb6943701c8b0f376ad5f5cabf88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+0.5.2-b5 - 5/7/2000
+   Continued conversion to ANSI C      
+   Removed old CRT routines
+       
 0.5.2-b4 - 5/4/2000
    Renamed pictures to phantoms, objects to phantom elements
    Continued code cleanup
index d99301354cac1e8729ac4cdb4d8babdb53841edc..d2167b9dde7f6b539c5767b7bdb48012dce7c6cb 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.2-b4)
+AM_INIT_AUTOMAKE(ctsim,0.5.2-b5)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -13,6 +13,7 @@ AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 AC_PROG_RANLIB
 AC_PROG_CC
+AC_PROG_CXX
 
 dnl Checks for libraries.
 AC_CHECK_LIB(z, main,