gnome-contacts/autogen.sh
2011-05-05 17:02:17 +02:00

3 lines
124 B
Bash
Executable file

#!/bin/sh
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
./configure --enable-maintainer-mode "$@"