diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/lib/ldb/autogen.sh | 2 |
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 |