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

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

Improving autofoo files.

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