about summary refs log blame commit diff
path: root/bootstrap.sh
blob: 2547f5dc88dbb20afd819f9ddfa2296cc0807dae (plain) (tree)
1
2
3
4
5
6
7
8
             
                

                 



                             
#! /bin/sh -e
rm -f aclocal.m4
mkdir -p config
libtoolize --copy
aclocal
autoheader
automake --add-missing --copy
autoconf