Show
Ignore:
Timestamp:
03/09/09 14:02:38 (15 years ago)
Author:
bhilburn
Message:

Fixed gitignore file, adding options to autoconf file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/configure.ac

    r110 r114  
    1 AC_INIT([vtcross], [0.0.0]) 
    2  
     1AC_INIT 
    32AM_INIT_AUTOMAKE(vtcross, 0.1) 
    43 
    54AC_PROG_CC 
    65AC_PROG_CXX 
     6AC_PROG_RANLIB 
    77 
    88AC_PROG_INSTALL 
    9 AC_OUTPUT(Makefile) 
     9AC_OUTPUT(Makefile doc/Makefile src/Makefile) 
    1010