File: 0065-autoconf-version.patch

package info (click to toggle)
libtool 2.4.6-15
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,896 kB
  • sloc: sh: 53,997; ansic: 4,322; makefile: 872
file content (19 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Updated dependency needed for Gnulib
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979173
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2021-01-04
Forwarded: no

Index: libtool-2.4.6/configure.ac
===================================================================
--- libtool-2.4.6.orig/configure.ac
+++ libtool-2.4.6/configure.ac
@@ -24,7 +24,7 @@
 ####
 
 
-AC_PREREQ(2.63)
+AC_PREREQ(2.64)
 dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.