From 707657b49ca52860fde30c6b59c4453af7809d9d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 30 Sep 2008 06:58:56 +0000 Subject: elementary becomes its own tree/lib/test binary SVN revision: 36343 --- autogen.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 000000000..2d15d5bea --- /dev/null +++ b/autogen.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +rm -rf autom4te.cache +rm -f aclocal.m4 ltmain.sh +rm -rf m4 + +mkdir m4 + +touch README + +echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 +echo "Running autoheader..." ; autoheader || exit 1 +echo "Running autoconf..." ; autoconf || exit 1 +echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 +echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 + +if [ -z "$NOCONFIGURE" ]; then + ./configure "$@" +fi -- cgit v1.2.1