X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=a55eb7f869e681584f905a97a3abf811134b4247;hb=9c40ac1eddbc3ed2b68c88e20b332bd727ca2dde;hp=e021fb5dc53a6974e7207acf991821b5e5a77215;hpb=b62329164e187293fd348e4e133e5720ffa8c3c8;p=ctsim.git diff --git a/configure.in b/configure.in index e021fb5..a55eb7f 100644 --- a/configure.in +++ b/configure.in @@ -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)