Blame autogen.sh

Packit eba2e2
#! /bin/sh
Packit eba2e2
set -e
Packit eba2e2
Packit eba2e2
# Copyright (C) 2010 Colin Watson.
Packit eba2e2
#
Packit eba2e2
# This file is free software; the author gives unlimited permission to copy
Packit eba2e2
# and/or distribute it, with or without modifications, as long as this
Packit eba2e2
# notice is preserved.
Packit eba2e2
#
Packit eba2e2
# This program is distributed in the hope that it will be useful, but
Packit eba2e2
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
Packit eba2e2
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit eba2e2
Packit eba2e2
if type gnulib-tool >/dev/null 2>&1; then
Packit eba2e2
	gnulib-tool --update >/dev/null
Packit eba2e2
fi
Packit eba2e2
LIBTOOLIZE_OPTIONS=--quiet
Packit eba2e2
export LIBTOOLIZE_OPTIONS
Packit eba2e2
autoreconf -fi "$@"