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

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