From 1d217fb1cf5b137fe0758015e90e4f38a5a0ba62 Mon Sep 17 00:00:00 2001 From: beber Date: Thu, 1 Dec 2005 20:22:19 +0000 Subject: Add a macro for __attribute__ Check if valgrinf is here Indent More debug and do better use config.h del ^_ from header --- autogen.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100644 index 0000000..12bfba8 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +rm -rf autom4te.cache +rm -f aclocal.m4 + +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 [ -z "$NOCONFIGURE" -a $? -eq 0 ]; then + ./configure "$@" +fi -- cgit v1.2.3