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

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.
This commit is contained in:
Michał Kępień 2018-07-12 13:35:10 +02:00
parent c08e60adcb
commit 45e77a3680

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