claws-mail/autogen.sh
Christoph Hohmann bc84395f87 0.8.6claws44
* autogen.sh
        run libtoolize --force in autogen to create missing
        libtool scripts
2002-11-30 22:21:08 +00:00

9 lines
179 B
Bash

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