Fix ExplainWindowPlacement when using "NoUSPosition" style.
[fvwm.git] / utils / configure_dev.sh
blob9e09c98764b851f51ec2a32d29b1b69d63a4f50f
1 #!/bin/sh
3 # reconfigure CVS source code
4 # must be called from main fvwm directory
5 set -x
6 aclocal || exit 1
7 autoheader || exit 2
8 automake --add-missing || exit 3
9 autoreconf || exit 4
10 ./configure ${1+"$@"} || exit 5