From: Kevin M. Rosenberg Date: Mon, 8 May 2000 20:03:41 +0000 (+0000) Subject: r42: *** empty log message *** X-Git-Tag: debian-4.5.3-3~975 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=653efeb6041650df3f11b525af7b0b943b5e5f58 r42: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 77f7ebc..e38556f 100644 --- 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 diff --git a/configure.in b/configure.in index d993013..d2167b9 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.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,