root/vtcross/branches/bhilburn/reconf @ 142

Revision 136, 93 bytes (checked in by bhilburn, 15 years ago)

Migrated to using autoconf-generate config.h so that compile lines are easier to
read, and compile flags are better organized.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3libtoolize && \
4aclocal && \
5autoconf && \
6autoheader && \
7automake --add-missing
Note: See TracBrowser for help on using the browser.