root/vtcross/branches/bhilburn/reconf @ 119

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 *
RevLine 
[116]1#!/bin/sh
2
[119]3libtoolize && \
[116]4aclocal && \
5autoconf && \
6automake --add-missing
Note: See TracBrowser for help on using the browser.