claws-mail/autogen.sh

8 lines
153 B
Bash
Raw Normal View History

2001-04-19 14:21:46 +02:00
#!/bin/sh
aclocal -I ac \
&& autoheader \
&& automake --add-missing --foreign --copy \
2001-04-21 10:19:30 +02:00
&& autoconf \
&& ./configure --enable-maintainer-mode $@