Skip to content
Snippets Groups Projects
  • Ron's avatar
    cfe8e2b8
    Always try to update the version when autogen.sh is run · cfe8e2b8
    Ron authored
    This avoids at least one case where ./autogen.sh && ./configure && make
    will re-run configure because the makefile rules updated something that
    it depends upon. Pulling a new version from git will change the version
    so we should update that at the first step rather than iterating after
    the last one.
    cfe8e2b8
    History
    Always try to update the version when autogen.sh is run
    Ron authored
    This avoids at least one case where ./autogen.sh && ./configure && make
    will re-run configure because the makefile rules updated something that
    it depends upon. Pulling a new version from git will change the version
    so we should update that at the first step rather than iterating after
    the last one.