diff options
Diffstat (limited to 'source4/lib/ldb/autogen.sh')
-rwxr-xr-x | source4/lib/ldb/autogen.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh new file mode 100755 index 0000000000..cdd7fd2e04 --- /dev/null +++ b/source4/lib/ldb/autogen.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +(autoheader && autoconf) || exit 1 + +echo "Now run ./configure and then make." +exit 0 + |