root/vtcross/branches/bhilburn/reconf @ 124

Revision 119, 77 bytes (checked in by bhilburn, 15 years ago)

Adding LIBTOOL macros and libtoolize to bootstrapping process to allow us to
build libraries with libtool.

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