Sha256: f70eaf0a53b52edded185bd6cf48258f3d26ee9cfca05c5bc29ddace358ab870
Contents?: true
Size: 297 Bytes
Versions: 15
Compression:
Stored size: 297 Bytes
Contents
#! /bin/sh if [ -x "`which autoreconf 2>/dev/null`" ] ; then exec autoreconf -ivf fi if glibtoolize --version > /dev/null 2>&1; then LIBTOOLIZE='glibtoolize' else LIBTOOLIZE='libtoolize' fi $LIBTOOLIZE && \ aclocal && \ automake --add-missing --force-missing --include-deps && \ autoconf
Version data entries
15 entries across 15 versions & 1 rubygems