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

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