From: Karel Zak Date: Sun, 2 Sep 2007 11:10:06 +0000 (+0200) Subject: build-sys: set AC_PREREQ to 2.60, increment version to 2.14 X-Git-Tag: v2.14-rc1~277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fc9786b7b21b5884a68eda77f3c22bc6bfb6734;p=thirdparty%2Futil-linux.git 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 --- diff --git a/configure.ac b/configure.ac index e2bb828411..6e212ea900 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)