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

Revision 138, 0.6 KB (checked in by bhilburn, 15 years ago)

Okay, seriously, I promise it's right this time.

RevLine 
[115]1AC_INIT([vtcross], [0.0.0])
[136]2AM_INIT_AUTOMAKE([vtcross], [0.0.0])
[138]3AM_CONFIG_HEADER([src/include/vtcross/config.h])
[110]4
[119]5AC_CONFIG_MACRO_DIR([m4])
6
[133]7AC_PROG_CC
[110]8AC_PROG_CXX
[118]9AC_PROG_LIBTOOL
[133]10AC_PROG_INSTALL
[110]11
[133]12AC_LANG_PUSH([C])
13AC_CHECK_LIB([sqlite3], [sqlite3_open], [], [AC_MSG_ERROR([Cannot find sqlite3 library!])])
14AC_LANG_POP
15
[125]16AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile src/shell/Makefile
[123]17          src/libvtcross/Makefile src/cognitive_engines/Makefile
18          src/policy_engines/Makefile src/service_management_layer/Makefile
[125]19          src/tinyxml/Makefile src/include/Makefile
20          src/include/vtcross/Makefile)
21AC_OUTPUT
Note: See TracBrowser for help on using the browser.