"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "ci/build-1-autotools.sh" between
fping-5.0.tar.gz and fping-5.1.tar.gz

About: fping quickly ping N number of hosts to determine their reachability without flooding the network.

build-1-autotools.sh  (fping-5.0):build-1-autotools.sh  (fping-5.1)
#!/bin/bash -e #!/bin/bash
set -e
set -x
if [[ "$OSTYPE" == "darwin"* ]]; then if [[ "$OSTYPE" == "darwin"* ]]; then
exit 0 exit 0
fi fi
AUTOCONF=http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz AUTOCONF=http://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.gz
AUTOMAKE=http://ftp.gnu.org/gnu/automake/automake-1.14.1.tar.gz AUTOMAKE=http://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.gz
LIBTOOL=http://alpha.gnu.org/gnu/libtool/libtool-2.4.2.418.tar.gz LIBTOOL=http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz
PREFIX=$(pwd)/ci/build PREFIX=$(pwd)/ci/build
PATH=$(pwd)/ci/build/bin:$PATH PATH=$(pwd)/ci/build/bin:$PATH
if [ ! -d ci ]; then if [ ! -d ci ]; then
echo "you must run this in the root fping directory" >&2 echo "you must run this in the root fping directory" >&2
exit 1 exit 1
fi fi
# remove standard versions # remove standard versions
sudo apt-get remove -qq autoconf automake autotools-dev libtool sudo apt-get remove -qq autoconf automake autotools-dev libtool
 End of changes. 2 change blocks. 
4 lines changed or deleted 7 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)