summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/talloc/autogen.sh')
-rwxr-xr-xsource4/lib/talloc/autogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/lib/talloc/autogen.sh b/source4/lib/talloc/autogen.sh
new file mode 100755
index 0000000000..cdd7fd2e04
--- /dev/null
+++ b/source4/lib/talloc/autogen.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+(autoheader && autoconf) || exit 1
+
+echo "Now run ./configure and then make."
+exit 0
+