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

Revision 110, 122 bytes (checked in by bhilburn, 15 years ago)

Starting the process of making the code GNU-build compatible.

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