root/trunk/freebob/autogen.sh

Revision 36, 129 bytes (checked in by pieterpalmers, 19 years ago)

- added autogen.sh to recreate makefiles and reconfigure when adding

or removing source files from Makefile.am. (lazy person's tool)

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
3
4
5 autoreconf -f -i -s
6 ./configure --enable-maintainer-mode
7 make
Note: See TracBrowser for help on using the browser.