Files
wmaker/plugins/update-autoconf
T

12 lines
208 B
Bash
Raw Normal View History

2000-12-07 00:12:57 +00:00
#!/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