Skip to content
  • Michał Kępień's avatar
    Add "-f" to command line arguments for autoreconf in autogen.sh · 9506bf41
    Michał Kępień authored
    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 45e77a36)
    9506bf41