From 4f22cc7a283d21000e8ffa0c39746aa9f824f49e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 31 Oct 2010 02:31:59 +0100 Subject: talloc: Switch over to using waf as the default build system for the standalone build. --- lib/talloc/autogen.sh | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) mode change 100755 => 120000 lib/talloc/autogen.sh (limited to 'lib/talloc/autogen.sh') diff --git a/lib/talloc/autogen.sh b/lib/talloc/autogen.sh deleted file mode 100755 index bf84eeee19..0000000000 --- a/lib/talloc/autogen.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -rm -rf autom4te.cache -rm -f configure config.h.in - -IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace" -autoconf $IPATHS || exit 1 -autoheader $IPATHS || exit 1 - -rm -rf autom4te.cache - -echo "Now run ./configure and then make." -exit 0 - diff --git a/lib/talloc/autogen.sh b/lib/talloc/autogen.sh new file mode 120000 index 0000000000..a229cc94ac --- /dev/null +++ b/lib/talloc/autogen.sh @@ -0,0 +1 @@ +autogen-waf.sh \ No newline at end of file -- cgit