ember/autogen.sh
Erik Hjortsberg 6ad3680309 Removed unused macros. I couldn't remove libtool though since I got some
strange errors when running configure then.
2009-07-10 00:42:39 +02:00

12 lines
243 B
Bash
Executable file

#! /bin/sh
rm -f config.cache
if test -d /usr/local/share/aclocal ; then
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal"
fi
aclocal $ACLOCAL_FLAGS
libtoolize --force --copy
autoheader
automake --gnu --add-missing --copy
autoconf