r13: *** empty log message ***
[ctsim.git] / configure.in
index b70c3f982a339ad0f64debf651b6da2d54ec0a31..a55eb7f869e681584f905a97a3abf811134b4247 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.1)
+AM_INIT_AUTOMAKE(ctsim,0.5.2)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -184,7 +184,7 @@ AC_ARG_WITH(html-dir, [  --with-html-dir=PATH    Set directory of html files],
 [ htmldir=$withval ; AC_SUBST(htmldir) ] )
 
 if test -n "$cgibindir" -o -n "$cgibinurl" ; then
-  cgiprograms=ctsim.cgi
+  cgiprograms="ctsim.cgi ctsim.conf"
   AC_SUBST(cgiprograms)
 fi
 
@@ -287,4 +287,4 @@ AC_SUBST(my_includes)
 
 AM_CONDITIONAL(HAVE_INTERACTIVE_GRAPHICS, test 1==0)
 
-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/ctsim.html html/Makefile include/Makefile getopt/Makefile src/sample-ctrec.sh)
+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/ctsim.html html/Makefile include/Makefile getopt/Makefile src/sample-ctrec.sh cgi-bin/ctsim.conf)