From c8d8f05256523cb0aafe24309ea2b3c93bea20f2 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Fri, 16 Mar 2018 20:56:47 +0900 Subject: [PATCH] Bump autofoo dependencies to match those present in Debian 9 This gets rid of the warning that AM_PROG_MKDIR_P is deprecated and should be replaced with AC_PROG_MKDIR_P warning. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 119d2dbe8..9dc91057a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,11 +7,11 @@ dnl and remove the git suffix. dnl ****************************************************************** AC_INIT([sane-backends],[1.0.27git], [sane-devel@lists.alioth.debian.org]) -AC_PREREQ(2.69) dnl minimum autoconf version required +AC_PREREQ([2.69]) dnl minimum autoconf version required AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([include/sane/config.h]) -AM_INIT_AUTOMAKE([1.11.6 subdir-objects -Wall]) +AM_INIT_AUTOMAKE([1.15 subdir-objects -Wall]) AM_SILENT_RULES dnl Turn off feature were automake will automatically run autoreconf. dnl This is because we used to check in generated files into CVS which @@ -58,13 +58,13 @@ AC_USE_SYSTEM_EXTENSIONS dnl call before running the C compiler AM_PROG_AR LT_INIT([disable-static win32-dll]) -LT_PREREQ([2.4.2]) +LT_PREREQ([2.4.6]) dnl ***************************************************************** dnl Set up I18N/L10N support dnl ***************************************************************** AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.18.1]) +AM_GNU_GETTEXT_VERSION([0.19.8]) dnl *********************************************************************** dnl Checks for programs.