mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 02:06:29 -04:00
made path explicit
This commit is contained in:
parent
867b526950
commit
ee1ca9b844
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Using autotools versions:"
|
echo "Using autotools versions:"
|
||||||
if [[ -e autoconf-2.5x && -e automake-1.7 ]]
|
if [[ -e /usr/bin/autoconf-2.5x && -e /usr/bin/automake-1.7 ]]
|
||||||
then
|
then
|
||||||
autoconf-2.5x --version | grep autoconf
|
autoconf-2.5x --version | grep autoconf
|
||||||
automake-1.7 --version | grep automake
|
automake-1.7 --version | grep automake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user