summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/autogen.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-04-26 04:02:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:18 -0500
commitc878d4659b016e7f4866b0315ad8c8f4fd651a01 (patch)
tree72ed93fc332d1aef78dd72600582079e76cbd096 /source4/lib/ldb/autogen.sh
parent9ced235daba8cb6b516eedb857569de8da1aeb5c (diff)
downloadsamba-c878d4659b016e7f4866b0315ad8c8f4fd651a01.tar.gz
samba-c878d4659b016e7f4866b0315ad8c8f4fd651a01.tar.bz2
samba-c878d4659b016e7f4866b0315ad8c8f4fd651a01.zip
r6479: - added a simple web page
- fixed configure.in ordering (This used to be commit 5a727d74d74ec23f4c33695bf5665db1ce1bc49f)
Diffstat (limited to 'source4/lib/ldb/autogen.sh')
-rwxr-xr-xsource4/lib/ldb/autogen.sh7
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
+