1
0
forked from vitrine/wmaker
Files
wmaker/update-autoconf

12 lines
208 B
Bash
Executable File

#!/bin/sh
#
# This file is handy to update all the files generated by autoconf, automake
# and friends, quickly.
#
aclocal
autoheader
autoconf
libtoolize --force --automake
automake -a --gnu --include-deps