Blame autogen.sh

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