]> git.puffer.fish Git - matthieu/frr.git/commit
/: add -f to autoreconf in bootstrap
authorEmanuele Di Pascale <emanuele@voltanet.io>
Fri, 21 Dec 2018 10:23:03 +0000 (11:23 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Fri, 21 Dec 2018 10:23:03 +0000 (11:23 +0100)
commit5ca794343925a299cd06ab1d7b07eecea96bb46d
tree869764120bce9eff62c2c3a15a3b5ef641782d4c
parent0dac58c01213735cda11e10c98f0734b9dc02310
/: add -f to autoreconf in bootstrap

Depending on tool versions used, "autoreconf -i" may not update all
Autoconf-generated files, which in turn may result in build errors.
Make autogen.sh call autoreconf with the "-f" command line argument to
ensure all Autoconf-generated files are updated when autogen.sh is run.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
bootstrap.sh