Add "-f" to command line arguments for autoreconf in autogen.sh

Depending on tool versions being 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.

(cherry picked from commit 45e77a3680)
This commit is contained in:
Michał Kępień 2018-07-12 13:35:10 +02:00
parent 71736e6af1
commit 9506bf412f

View file

@ -10,4 +10,4 @@
# information regarding copyright ownership.
# Run this script after modifying configure.in to generate configure
autoreconf -i
autoreconf -f -i