From 7fc9786b7b21b5884a68eda77f3c22bc6bfb6734 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Sun, 2 Sep 2007 13:10:06 +0200 Subject: build-sys: set AC_PREREQ to 2.60, increment version to 2.14 The autoconf >= 2.60 supports @localedir@ and others new directory variables. Signed-off-by: Karel Zak --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e2bb82841..6e212ea90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT(util-linux-ng, 2.13, kzak@redhat.com) +AC_INIT(util-linux-ng, 2.14, kzak@redhat.com) -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_CONFIG_AUX_DIR(config) -- cgit v1.2.3-55-g7522