variable names messed up
[claws.git] / autogen.sh
1 #!/bin/sh
2
3 cd po
4 /bin/sh poconv.sh
5 cd ..
6
7 aclocal -I ac \
8   && libtoolize --force --copy \
9   && autoheader \
10   && automake --add-missing --foreign --copy \
11   && autoconf \
12   && ./configure --enable-maintainer-mode $@