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

Revision 119, 192 bytes (checked in by bhilburn, 15 years ago)

Adding LIBTOOL macros and libtoolize to bootstrapping process to allow us to
build libraries with libtool.

Line 
1AC_INIT([vtcross], [0.0.0])
2AM_INIT_AUTOMAKE(vtcross, 0.0.0)
3
4AC_CONFIG_MACRO_DIR([m4])
5
6AC_PROG_CC
7AC_PROG_CXX
8AC_PROG_LIBTOOL
9
10AC_PROG_INSTALL
11AC_OUTPUT(Makefile doc/Makefile src/Makefile)
12
Note: See TracBrowser for help on using the browser.