Fixed some focus related problems when switching workspaces, including the
[wmaker-crm.git] / update-autoconf
blob5fbcf4d0b2ea84de593a50f1ccd218b095743905
1 #!/bin/sh
3 # This file is handy to update all the files generated by autoconf, automake
4 # and friends, quickly.
7 aclocal
8 autoheader
9 autoconf
10 libtoolize --force --automake
11 automake -a --gnu --include-deps