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

${LIBTOOLIZE:-libtoolize} --copy --automake --force
${ACLOCAL:-aclocal}
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing