Skip to content
Snippets Groups Projects
Select Git revision
  • branch/default-vms
  • master
  • wild/d977301c9051bf84ddc07dafbaece5492e8f2043
  • branch/default default protected
  • wild/4f4d05e50134ee5072dac0a6471d1800df36962d
5 results

configure.ac

Blame
    • Lasse Collin's avatar
      b9c07c8ab0b3
      Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6. · b9c07c8ab0b3
      Lasse Collin authored
      This bumps the version requirement from 0.19 (from 2014) to
      0.19.6 (2015).
      
      Using only the old AM_GNU_GETTEXT_VERSION results in old
      gettext infrastructure being placed in the package. By using
      both macros we get the latest gettext files while the other
      programs in the Autotools family can still see the old macro.
      b9c07c8ab0b3
      History
      Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6.
      Lasse Collin authored
      This bumps the version requirement from 0.19 (from 2014) to
      0.19.6 (2015).
      
      Using only the old AM_GNU_GETTEXT_VERSION results in old
      gettext infrastructure being placed in the package. By using
      both macros we get the latest gettext files while the other
      programs in the Autotools family can still see the old macro.