summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 4e9e6e94a392592b85367e67de5518a8c75d6f09 (plain)
1
2
3
4
5
6
7
8
9
#! /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
autoreconf -fi "$@"