diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-30 16:04:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 16:04:37 -0700 |
commit | 28dc5acd02f7e20354f3dc7c6aae0b7e685d24db (patch) | |
tree | 93042d73ca848acb14c6229782d53b442d39e0df /configure.ac | |
parent | 370e37a3a02ef8100c048c1a39af325662009970 (diff) |
config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.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 d1035d8..6d0b177 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,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(xgc, [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xgc) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |