Sha256: 40f6e0ccc7389e38f39a274e4b749c12a2fddc1543b58ebdb99636e5bec946b1

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

#!/bin/sh

if which glibtoolize; then
	LIBTOOLIZE=glibtoolize
else
	LIBTOOLIZE=libtoolize
fi

set -x
aclocal -I autoconfig/m4
$LIBTOOLIZE --force --copy
automake --foreign --add-missing --copy
autoconf

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
swfmill-0.0.6 ext/swfmill/autogen.sh
swfmill-0.0.5 ext/swfmill/autogen.sh
swfmill-0.0.4 ext/swfmill/autogen.sh
swfmill-0.0.3 ext/swfmill/autogen.sh
swfmill-0.0.2 ext/swfmill/autogen.sh