diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-09-15 17:01:33 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-09-15 17:01:33 -0400 |
commit | 429c3a7f17db9d81c10b2190703bce5c033adaf3 (patch) | |
tree | e4397fb6a1dd0afb229c45b259814f5a06107fc5 /configure.ac | |
parent | hashmap: introduce hash_ops to make struct Hashmap smaller (diff) | |
download | eudev-429c3a7f17db9d81c10b2190703bce5c033adaf3.tar.gz eudev-429c3a7f17db9d81c10b2190703bce5c033adaf3.tar.bz2 eudev-429c3a7f17db9d81c10b2190703bce5c033adaf3.zip |
configure.ac: require automake 1.13
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8614493da..00d617c38 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PREFIX_DEFAULT([/usr]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign 1.11]) +AM_INIT_AUTOMAKE([foreign 1.13]) AM_SILENT_RULES([yes]) LT_PREREQ(2.2) |