summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb/autogen.sh')
-rwxr-xr-xsource4/lib/tdb/autogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/autogen.sh b/source4/lib/tdb/autogen.sh
index 94148edf69..89053ad9f8 100755
--- a/source4/lib/tdb/autogen.sh
+++ b/source4/lib/tdb/autogen.sh
@@ -1,5 +1,6 @@
#!/bin/sh
+autoheader || exit 1
autoconf || exit 1
echo "Now run ./configure and then make."