From 1aa8308c30962ac04a2997acaa7f2a7458729cc2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 Nov 2010 06:18:55 +0100 Subject: tdb: Use waf by default. Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Nov 1 06:04:14 UTC 2010 on sn-devel-104 --- lib/tdb/autogen.sh | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) mode change 100755 => 120000 lib/tdb/autogen.sh (limited to 'lib/tdb/autogen.sh') diff --git a/lib/tdb/autogen.sh b/lib/tdb/autogen.sh deleted file mode 100755 index bf84eeee19..0000000000 --- a/lib/tdb/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/tdb/autogen.sh b/lib/tdb/autogen.sh new file mode 120000 index 0000000000..a229cc94ac --- /dev/null +++ b/lib/tdb/autogen.sh @@ -0,0 +1 @@ +autogen-waf.sh \ No newline at end of file -- cgit