Blame bootstrap

Packit Service aee942
#! /bin/bash
Packit Service aee942
Packit Service aee942
set -x
Packit Service aee942
Packit Service aee942
LIBTOOLIZE=libtoolize
Packit Service aee942
# From brew(1) on Mac OS X
Packit Service aee942
# ==> Caveats
Packit Service aee942
#  In order to prevent conflicts with Apple's own libtool we have prepended a "g"
Packit Service aee942
#  so, you have instead: glibtool and glibtoolize.
Packit Service aee942
which glibtoolize && LIBTOOLIZE=glibtoolize
Packit Service aee942
Packit Service aee942
aclocal -I m4
Packit Service aee942
$LIBTOOLIZE --copy --force --automake
Packit Service aee942
autoheader --force
Packit Service aee942
autoconf --force
Packit Service aee942
automake --add-missing --copy --force --foreign