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

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.

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
[114]11AC_OUTPUT(Makefile doc/Makefile src/Makefile)
[110]12
Note: See TracBrowser for help on using the browser.