Codebase list faad2 / debian/2.7-7 bootstrap
debian/2.7-7

Tree @debian/2.7-7 (Download .tar.gz)

bootstrap @debian/2.7-7

18ab67d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
#! /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"