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

Revision 127, 449 bytes (checked in by bhilburn, 15 years ago)

Started moving everything to c++ so that it can use the headers properly. Almost
have the policy engine demo compiling and working again.

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