Blame bootstrap

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