From f99c009b61c9e8b5968a9b074546408ce93db73c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 31 Oct 2010 02:44:32 +0100 Subject: replace: Build using waf by default. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sun Oct 31 02:45:21 UTC 2010 on sn-devel-104 --- lib/replace/autogen-autotools.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 lib/replace/autogen-autotools.sh (limited to 'lib/replace/autogen-autotools.sh') diff --git a/lib/replace/autogen-autotools.sh b/lib/replace/autogen-autotools.sh new file mode 100755 index 0000000000..d46a4279f3 --- /dev/null +++ b/lib/replace/autogen-autotools.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +rm -rf autom4te.cache +rm -f configure config.h.in + +autoheader || exit 1 +autoconf || exit 1 + +rm -rf autom4te.cache + +echo "Now run ./configure and then make." +exit 0 + -- cgit