~ubuntu-branches/ubuntu/trusty/gnome-contacts/trusty

1
2
3
4
5
6
#!/bin/sh
mkdir -p m4
autopoint --force
git submodule update --init --recursive
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
test -n "$NOCONFIGURE" || ./configure --enable-maintainer-mode "$@"