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

Revision 118, 165 bytes (checked in by bhilburn, 15 years ago)

Using libtool, not legacy library stuff. Changing configure.ac appropriately.

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