root/vtcross/branches/bhilburn/configure.ac @ 124

Revision 123, 406 bytes (checked in by bhilburn, 15 years ago)

Case-based reasoner is really a cognitive engine; putting that directory in the
right place and updating autofoo appropriately.

Line 
1AC_INIT([vtcross], [0.0.0])
2AM_INIT_AUTOMAKE(vtcross, 0.0.0)
3
4AC_CONFIG_MACRO_DIR([m4])
5
6AC_PROG_CC
7AC_PROG_CXX
8AC_PROG_LIBTOOL
9
10AC_PROG_INSTALL
11AC_OUTPUT(Makefile doc/Makefile src/Makefile src/shell/Makefile
12          src/libvtcross/Makefile src/cognitive_engines/Makefile
13          src/policy_engines/Makefile src/service_management_layer/Makefile
14          src/tinyxml/Makefile src/include/Makefile)
15
Note: See TracBrowser for help on using the browser.