mirror of https://github.com/BOINC/boinc.git
_autosetup: tweak to work with dash as well as bach (from Christian)
This commit is contained in:
parent
2fa78ba328
commit
e482b34a8b
|
@ -135,7 +135,7 @@ check_version()
|
||||||
## ---------- now run autoreconf
|
## ---------- now run autoreconf
|
||||||
cmdline="autoreconf -i";
|
cmdline="autoreconf -i";
|
||||||
## -- if _autosetup was invoked with -f run autoreconf with -f to force a recreation of all files
|
## -- if _autosetup was invoked with -f run autoreconf with -f to force a recreation of all files
|
||||||
if [ "$1" == "-f" ]; then
|
if [ "$1" = "-f" ]; then
|
||||||
cmdline="autoreconf -i -f";
|
cmdline="autoreconf -i -f";
|
||||||
fi
|
fi
|
||||||
echo "$cmdline"
|
echo "$cmdline"
|
||||||
|
|
Loading…
Reference in New Issue