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

Revision 115, 164 bytes (checked in by bhilburn, 15 years ago)

Added preproc code to headers to prevent multiple scans, told git to ignore swap
files, playing with autoconf.

Line 
1AC_INIT([vtcross], [0.0.0])
2AM_INIT_AUTOMAKE(vtcross, 0.0.0)
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.