warn about deprecated code
[claws.git] / autogen.sh
1 #!/bin/sh
2 echo
3 echo Warning:
4 echo
5 echo Development takes place on the \'gtk2\' cvs branch.
6 echo You problably don\'t want to compile the old gtk1 branch.
7 echo Use the \'-r gtk2\' parameter in the \'cvs checkout\' command.
8 echo
9 autopoint \
10   && aclocal -I m4 \
11   && libtoolize --force --copy \
12   && autoheader \
13   && automake --add-missing --foreign --copy \
14   && autoconf \
15   && ./configure --enable-maintainer-mode $@