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

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