libXmu: Branch 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Mon Apr 5 17:37:23 PDT 2010


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit bae14e85d90a4ea040cb1b25ba89c98a0ebe1670
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Apr 5 20:10:35 2010 -0400

    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 at videotron.ca>

diff --git a/configure.ac b/configure.ac
index 3bad7d8..6fd228f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.57)
+AC_PREREQ([2.60])
 
 AC_INIT([libXmu],
-        1.0.5,
+        [1.0.5],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
-        libXmu)
+        [libXmu])
 
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_AUX_DIR(.)


More information about the xorg-commit mailing list