summaryrefslogtreecommitdiff
path: root/source3/tdb/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tdb/autogen.sh')
-rwxr-xr-xsource3/tdb/autogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/tdb/autogen.sh b/source3/tdb/autogen.sh
new file mode 100755
index 0000000000..89053ad9f8
--- /dev/null
+++ b/source3/tdb/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+autoheader || exit 1
+autoconf || exit 1
+
+echo "Now run ./configure and then make."
+exit 0
+