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

Revision 114, 142 bytes (checked in by bhilburn, 15 years ago)

Fixed gitignore file, adding options to autoconf file.

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