gajim-plural/autogen.sh
Dimitur Kirov f56897745d adding some enable options.
using $(srcdir) for files refered by wildcars
2006-10-05 15:08:07 +00:00

8 lines
163 B
Bash
Executable file

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