claws-mail/autogen.sh

13 lines
217 B
Bash
Raw Normal View History

2001-04-19 14:21:46 +02:00
#!/bin/sh
2003-10-05 12:10:30 +02:00
cd po
/bin/sh poconv.sh
cd ..
2001-04-19 14:21:46 +02:00
aclocal -I ac \
2002-12-03 11:28:02 +01:00
&& libtoolize --force --copy \
2001-04-19 14:21:46 +02:00
&& autoheader \
&& automake --add-missing --foreign --copy \
2001-04-21 10:19:30 +02:00
&& autoconf \
&& ./configure --enable-maintainer-mode $@