X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=configure.in;h=c8bc7f463d64459050d00682676f5912fe3f48f2;hp=42d68276848eb5cf1c8b0bb91a96f637f71d7abb;hb=4b18b0a7fed4e25130c6edf7929d0df50b8c24ea;hpb=0319b0c2a35294d9c08c591a96efd4dfe48876b0 diff --git a/configure.in b/configure.in index 42d6827..c8bc7f4 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/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,2.0.0-b4) +AM_INIT_AUTOMAKE(ctsim,2.0.0-b5) AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -339,4 +339,4 @@ fi CXXFLAGS="$CFLAGS" -AC_OUTPUT(Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile tools/sample-ctsim.sh cgi-bin/ctsim.conf tools/Makefile src/Makefile) +AC_OUTPUT(Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile doc/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile tools/sample-ctsim.sh cgi-bin/ctsim.conf tools/Makefile src/Makefile)