blob: 364d5a06ef3eb6328b6bdb9b368529913ad1cbad (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
${LIBTOOLIZE:-libtoolize} --copy --automake --force
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing
|