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

Revision 125, 460 bytes (checked in by bhilburn, 15 years ago)

Header include directory now properly configured for system install, and
relavant implementation files are now compiling properly with it. Need to take
care of tinyxml and sqlite requirements before things should be back up and
running.

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
[125]11AC_CONFIG_FILES(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
[125]14          src/tinyxml/Makefile src/include/Makefile
15          src/include/vtcross/Makefile)
16AC_OUTPUT
Note: See TracBrowser for help on using the browser.