diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-12-17 08:31:20 +0100 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-12-17 08:31:20 +0100 |
commit | dab2bcdaf60977643ec55d71a81e67c1e3a162a9 (patch) | |
tree | 164f3c55c5575a051776e37c7862f102d01c1f26 /configure.ac | |
parent | 197ec0dc83e775e42fce4966142ae3a641f2db69 (diff) |
require autoconf 2.60 because of $(docdir) use
Signed-off-by: Rémi Cardona <remi@gentoo.org>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
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 3db5fa7..383a1c1 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.57]) +AC_PREREQ([2.60]) AC_INIT(xtrans, [1.2.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xtrans) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |