Sha256: 99f858b93b441208f63562579e1ef091e169a492038f52bfc084f7c3817803ad
Contents?: true
Size: 260 Bytes
Versions: 4
Compression:
Stored size: 260 Bytes
Contents
#! /bin/sh -e rm -rf autom4te.cache aclocal -I m4 autoheader if glibtoolize --version >/dev/null 2>/dev/null; then LIBTOOLIZE=${LIBTOOLIZE:-glibtoolize} else LIBTOOLIZE=${LIBTOOLIZE:-libtoolize} fi $LIBTOOLIZE --copy automake --add-missing --copy autoconf
Version data entries
4 entries across 4 versions & 1 rubygems