summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-09-02 13:10:06 +0200
committerKarel Zak2007-09-02 13:10:06 +0200
commit7fc9786b7b21b5884a68eda77f3c22bc6bfb6734 (patch)
tree8b4e07a6813cb2dffe09f3238920e144496cc290 /configure.ac
parentflock: typo in man page (diff)
downloadkernel-qcow2-util-linux-7fc9786b7b21b5884a68eda77f3c22bc6bfb6734.tar.gz
kernel-qcow2-util-linux-7fc9786b7b21b5884a68eda77f3c22bc6bfb6734.tar.xz
kernel-qcow2-util-linux-7fc9786b7b21b5884a68eda77f3c22bc6bfb6734.zip
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 <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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)