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.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) mode change 100755 => 120000 lib/replace/autogen.sh (limited to 'lib/replace/autogen.sh') diff --git a/lib/replace/autogen.sh b/lib/replace/autogen.sh deleted file mode 100755 index d46a4279f3..0000000000 --- a/lib/replace/autogen.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 - diff --git a/lib/replace/autogen.sh b/lib/replace/autogen.sh new file mode 120000 index 0000000000..a229cc94ac --- /dev/null +++ b/lib/replace/autogen.sh @@ -0,0 +1 @@ +autogen-waf.sh \ No newline at end of file -- cgit