r88: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Jun 2000 10:12:20 +0000 (10:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Jun 2000 10:12:20 +0000 (10:12 +0000)
ChangeLog
configure.in

index c929086f8a0e538af6faa59498f50639589dc870..a50541a3d1740bcacc9d1149a1cc5a84513c74e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 0.6.0-b1 - 6/6/2000
    First C++ conversions
    Portable IF (image file) format implemented to replace SDF
+   Converted from MPI to MPI++
         
 0.5.4 - 6/4/2000
    Simpilifed endian handling
index 8a17be727f0465bf98d93a0927813c37d9ca88b3..3a7ab6c4dc51b10c78c1715681f5139658e00af0 100644 (file)
@@ -309,10 +309,10 @@ ctlibs="-lir $ctlibs_base"
 AC_SUBST(ctlibs)
 
 if test -n "$lamdir" ; then
-  ctlamlibs="-lir_lam $ctlibs_base"
+dnl  ctlamlibs="-lir_lam $ctlibs_base"
+dnl  AC_SUBST(ctlamlibs)
   lamprograms="ctrec-lam phm2if-lam phm2rs-lam"
   AC_SUBST(lamprograms)
-  AC_SUBST(ctlamlibs)
-fi
+ fi
 
 AC_OUTPUT(Makefile libezplot/Makefile src/Makefile libgraph/Makefile libkmath/Makefile Makefile libk/Makefile libir/Makefile libcio/Makefile man/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile src/sample-ctrec.sh cgi-bin/ctsim.conf)