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.

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