git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
r6790: Use config.h file for ldb and add test for stdint.h
[samba.git]
/
source
/
lib
/
ldb
/
autogen.sh
diff --git
a/source/lib/ldb/autogen.sh
b/source/lib/ldb/autogen.sh
index 94148edf698e8ef1e60f4a689ba8d5367d504d00..e118019a397242927cb7eba502e217adf62684d9 100755
(executable)
--- a/
source/lib/ldb/autogen.sh
+++ b/
source/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