legacy-imlib2_loaders/autogen.sh

16 lines
418 B
Bash
Raw Normal View History

#!/bin/sh
rm -rf autom4te.cache
rm -f aclocal.m4
2005-03-04 20:47:40 -08:00
touch README
echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running autoheader..."; autoheader \
&& echo "Running autoconf..."; autoconf \
&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.
./configure "$@"