diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 18:45:19 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-22 15:22:55 -0400 |
commit | a84d4a8883c5c853396c644cbc6db0f7f838f6bf (patch) | |
tree | 8055a6a57f46acb56ba9620a25a4fb5ae9303b2c /configure.ac | |
parent | 3f28d8a8c0c1cf2885475ecd5cad0eb98313ce6f (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>
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 f9b64e0..7e76755 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # # Process this file with autoconf to produce a configure script -AC_PREREQ(2.57) +AC_PREREQ([2.60]) AC_INIT([xf86-video-mga], 1.4.12, |