summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò2010-07-28 22:40:02 +0200
committerKarel Zak2010-07-29 17:46:36 +0200
commit97ce707bce4de72612ec33bf9533958e06ae3589 (patch)
tree2a74bf9442684dd11cd6718cc6230a82812850e8 /configure.ac
parentmkfs: add `mkfs.ext4` to section SEE ALSO of `mkfs.8`. (diff)
downloadkernel-qcow2-util-linux-97ce707bce4de72612ec33bf9533958e06ae3589.tar.gz
kernel-qcow2-util-linux-97ce707bce4de72612ec33bf9533958e06ae3589.tar.xz
kernel-qcow2-util-linux-97ce707bce4de72612ec33bf9533958e06ae3589.zip
build-sys: require automake 1.10 as gtk-doc requires it anyway
There's no point into requiring 1.9 if the gtk-doc makefiles only work with 1.10. Signed-off-by: Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e4f888407..1d81f2074 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.60)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([check-news -Wall foreign 1.9 dist-bzip2])
+AM_INIT_AUTOMAKE([check-news -Wall foreign 1.10 dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])