]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add "-f" to command line arguments for autoreconf in autogen.sh
authorMichał Kępień <michal@isc.org>
Thu, 12 Jul 2018 11:35:10 +0000 (13:35 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 13 Jul 2018 06:21:55 +0000 (08:21 +0200)
commit45e77a3680c53c5f48657972a2d718079778fbb9
tree7400a6e84fad67537de0b1f65dc552966f15fa5f
parentc08e60adcbf533f6eaeceb1df373f9c2b6ecb4ad
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.
autogen.sh