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-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc9786b7b21b5884a68eda77f3c22bc6bfb6734;p=util-linux 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 e2bb8284..6e212ea9 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)