simplified logic of wMaximizeWindow function
[wmaker-crm.git] / autogen.sh
blobea02ef23e6897fb9233e534997bbaaa9066b75eb
1 #!/bin/sh
3 autoreconf -vfi -I m4
5 exit 0
7 if [ -x config.status -a -z "$*" ]; then
8 ./config.status --recheck
9 else
10 if test -z "$*"; then
11 echo "I am going to run ./configure with no arguments - if you wish "
12 echo "to pass any to it, please specify them on the $0 command line."
13 echo "If you do not wish to run ./configure, press Ctrl-C now."
14 trap 'echo "configure aborted" ; exit 0' 1 2 15
15 sleep 1
17 ./configure "$@"