tevent: Switch to using waf by default.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Sep 2010 21:01:02 +0000 (14:01 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 25 Sep 2010 19:20:56 +0000 (12:20 -0700)
lib/tevent/autogen-autotools.sh [new file with mode: 0755]
lib/tevent/autogen.sh [changed from file to symlink]

diff --git a/lib/tevent/autogen-autotools.sh b/lib/tevent/autogen-autotools.sh
new file mode 100755 (executable)
index 0000000..7a1e7ab
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+rm -rf autom4te.cache
+rm -f configure config.h.in
+
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace"
+autoconf $IPATHS || exit 1
+autoheader $IPATHS || exit 1
+
+rm -rf autom4te.cache
+
+echo "Now run ./configure and then make."
+exit 0
+
deleted file mode 100755 (executable)
index 7a1e7ab990ea2a3e40f39ab558a299e76824d542..0000000000000000000000000000000000000000
+++ /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 -I ../../../lib/replace"
-autoconf $IPATHS || exit 1
-autoheader $IPATHS || exit 1
-
-rm -rf autom4te.cache
-
-echo "Now run ./configure and then make."
-exit 0
-
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..99150f3a28042134425dd7e097a2b2ffb03b53c5
--- /dev/null
@@ -0,0 +1 @@
+../../buildtools/scripts/autogen-waf.sh
\ No newline at end of file