summaryrefslogtreecommitdiffstats
path: root/bootstrap
blob: c838d5e2df68ed64cb0078909332471daf811354 (plain)
1
2
3
4
5
6
7
#!/bin/sh

aclocal && \
    autoheader && \
	libtoolize --copy --force && \
	    automake --add-missing --copy && \
		autoconf