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

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.

RevLine 
[115]1AC_INIT([vtcross], [0.0.0])
2AM_INIT_AUTOMAKE(vtcross, 0.0.0)
[110]3
[119]4AC_CONFIG_MACRO_DIR([m4])
5
[110]6AC_PROG_CC
7AC_PROG_CXX
[118]8AC_PROG_LIBTOOL
[110]9
10AC_PROG_INSTALL
[122]11AC_OUTPUT(Makefile doc/Makefile src/Makefile src/shell/Makefile
[123]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)
[110]15
Note: See TracBrowser for help on using the browser.