r91: Made ImageFile inherit from Array2dFile
[ctsim.git] / configure.in
index 8a17be727f0465bf98d93a0927813c37d9ca88b3..dcf7aee15388473dbe2d0b137ceb61c82c01a39e 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.cpp)
-AM_INIT_AUTOMAKE(ctsim,0.6.0-b1)
+AM_INIT_AUTOMAKE(ctsim,0.6.0-b2)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -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)