diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-05-05 11:41:09 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-05-05 11:42:33 +0200 |
commit | 7f2e59e4c198f9e2cfa45cf3c5727e39d5ec7c99 (patch) | |
tree | 129c96ad725d6bd12302fbf57b0b1555a3fc41fc /source4 | |
parent | dc2f962aacf018cefcf857b3ab05fdfa1aa1250c (diff) | |
download | samba-7f2e59e4c198f9e2cfa45cf3c5727e39d5ec7c99.tar.gz samba-7f2e59e4c198f9e2cfa45cf3c5727e39d5ec7c99.tar.bz2 samba-7f2e59e4c198f9e2cfa45cf3c5727e39d5ec7c99.zip |
s4-ldb: add msg saying which build system is being used
(this is a gratuituous commit to trigger the build farm to rebuild
ldb on all systems)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/lib/ldb/autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh index e4d367dc1e..c68f2259b6 100755 --- a/source4/lib/ldb/autogen.sh +++ b/source4/lib/ldb/autogen.sh @@ -1,5 +1,7 @@ #!/bin/sh +echo "Using autotools based build" + rm -rf autom4te.cache rm -f configure config.h.in |