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