bootstrap.sh
changeset 0 acc07f1f4b1e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap.sh	Mon Jan 29 20:22:01 2007 +0000
     1.3 @@ -0,0 +1,8 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +# $Id: bootstrap.sh,v 1.1 2004/12/30 09:07:43 ali Exp $
     1.7 +#
     1.8 +autoheader && \
     1.9 +  aclocal && \
    1.10 +  automake --foreign --add-missing && \
    1.11 +  autoconf