claws-mail/autogen.sh
2001-04-21 08:19:30 +00:00

7 lines
153 B
Bash

#!/bin/sh
aclocal -I ac \
&& autoheader \
&& automake --add-missing --foreign --copy \
&& autoconf \
&& ./configure --enable-maintainer-mode $@