Codebase list faad2 / debian/2.8.0_cvs20161113-1 bootstrap
debian/2.8.0_cvs20161113-1

Tree @debian/2.8.0_cvs20161113-1 (Download .tar.gz)

bootstrap @debian/2.8.0_cvs20161113-1raw · history · blame

#! /bin/sh

case $OSTYPE in
	darwin*)
	LIBTOOLIZE=glibtoolize
	;;
	*)
	LIBTOOLIZE=libtoolize
	;;
esac

aclocal -I .                   && \
autoheader                     && \
$LIBTOOLIZE --automake --copy   && \
automake --add-missing --copy  && \
autoconf                       && \
echo "Ready to run ./configure"