]> granicus.if.org Git - handbrake/commitdiff
make: Reduce automake required version to 1.15.0.
authorBradley Sepos <bradley@bradleysepos.com>
Fri, 11 Oct 2019 23:08:47 +0000 (19:08 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Fri, 11 Oct 2019 23:08:47 +0000 (19:08 -0400)
We still support Ubuntu 18.04 which only has 1.15.1.

make/configure.py

index b16868538bb64186180ce0bc0434d08b164b1de6..894f52b77932373673dd16f6fac0104cabf28f2a 100644 (file)
@@ -1603,7 +1603,7 @@ try:
             gmake  = ToolProbe( 'GMAKE.exe',      'make',       'gmake', 'make', abort=True )
 
         autoconf   = ToolProbe( 'AUTOCONF.exe',   'autoconf',   'autoconf', abort=True, minversion=[2,69,0] )
-        automake   = ToolProbe( 'AUTOMAKE.exe',   'automake',   'automake', abort=True, minversion=[1,16,0] )
+        automake   = ToolProbe( 'AUTOMAKE.exe',   'automake',   'automake', abort=True, minversion=[1,15,0] )
         libtool    = ToolProbe( 'LIBTOOL.exe',    'libtool',    'libtool', abort=True )
         lipo       = ToolProbe( 'LIPO.exe',       'lipo',       'lipo', abort=False )
         pkgconfig  = ToolProbe( 'PKGCONFIG.exe',  'pkgconfig',  'pkg-config', abort=True, minversion=[0,29,2] )