summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: f488889790452e34bace143d85f555f3945becbe (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -e

if type gnulib-tool >/dev/null 2>&1; then
	autopoint -f
	gnulib-tool --update >/dev/null
	patch -s -p1 <gnulib/argp-domain.patch
	export AUTOPOINT=true
fi
export LIBTOOLIZE_OPTIONS=--quiet
autoreconf -fi "$@"