]> err.no Git - util-linux/commitdiff
build-sys: set AC_PREREQ to 2.60, increment version to 2.14
authorKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 11:10:06 +0000 (13:10 +0200)
committerKarel Zak <kzak@redhat.com>
Sun, 2 Sep 2007 11:10:06 +0000 (13:10 +0200)
The autoconf >= 2.60 supports @localedir@ and others new directory
variables.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index e2bb828411de2cb3b12a854f56e425b4a07f6949..6e212ea90041a4ecb22f9aa50451993dbf3eaa81 100644 (file)
@@ -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)