diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-14 22:16:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:43 -0500 |
commit | e5a3ec0e5b9bc7d85d3c64f0ce9628f788065d84 (patch) | |
tree | f7b4d47e7dd174ab00181e3b3e66329ba446be82 /source4/lib/ldb/autogen.sh | |
parent | 770b47415d717871eecab4d9a91cc1945609c587 (diff) | |
download | samba-e5a3ec0e5b9bc7d85d3c64f0ce9628f788065d84.tar.gz |
r6790: Use config.h file for ldb and add test for stdint.h
(This used to be commit c1f1b5a9455c827f7baf382d919ab8a0eab49bb3)
Diffstat (limited to 'source4/lib/ldb/autogen.sh')
-rwxr-xr-x | source4/lib/ldb/autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh index 94148edf69..e118019a39 100755 --- a/source4/lib/ldb/autogen.sh +++ b/source4/lib/ldb/autogen.sh @@ -1,6 +1,7 @@ #!/bin/sh autoconf || exit 1 +autoheader || exit 1 echo "Now run ./configure and then make." exit 0 |