]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/buildtests/layer-00-bootstrap.opts
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / test-suite / buildtests / layer-00-bootstrap.opts
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
4e0938ef
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
8#
b6f5853e
AJ
9## Special run - to be done before all others...
10#
11## locate the sources and go there...
12topb=`dirname $0`
13topc=`dirname ${topb}`
14cd ${topc}
15
16# echo "DEBUG: top=${top}"
17# echo "DEBUG: topB=${topb}"
18# echo "DEBUG: topC=${topc}"
19
fb9329b9
AJ
20# Display branch info for log analysis to verify correct branch was tested
21bzr info
22
b6f5853e
AJ
23## Bootstrap the sources in case configure or makefiles changed.
24./bootstrap.sh
25exit $?