summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb')
-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 cdd7fd2e04..94148edf69 100755
--- a/source4/lib/ldb/autogen.sh
+++ b/source4/lib/ldb/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-(autoheader && autoconf) || exit 1
+autoconf || exit 1
echo "Now run ./configure and then make."
exit 0