root/vtcross/trunk/reconf @ 323

Revision 323, 102 bytes (checked in by trnewman, 15 years ago)

Added proper macros and cleaned up lib linking issues.

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