Imported Upstream version 2.8.3
[platform/upstream/man-db.git] / autogen.sh
1 #! /bin/sh
2 set -e
3
4 if type gnulib-tool >/dev/null 2>&1; then
5         autopoint -f
6         gnulib-tool --update >/dev/null
7         patch -s -p1 <gnulib/argp-domain.patch
8         patch -s -p1 <gnulib/fdutimens-hurd.patch
9         AUTOPOINT=true
10         export AUTOPOINT
11 fi
12 LIBTOOLIZE_OPTIONS=--quiet
13 export LIBTOOLIZE_OPTIONS
14 autoreconf -fi "$@"