proto/randrproto: Branch 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sun Oct 27 17:15:04 PDT 2013


 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e7526e6b5fe0966929cda10b2ded0258413744db
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Oct 26 09:42:05 2013 -0400

    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    
    Fix Automake warning: AC_OUTPUT should be used without arguments.
    www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

diff --git a/configure.ac b/configure.ac
index 74356ab..5bbd517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,5 +32,6 @@ m4_ifndef([XORG_MACROS_VERSION],
 XORG_MACROS_VERSION(1.3)
 XORG_DEFAULT_OPTIONS
 
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
            randrproto.pc])
+AC_OUTPUT


More information about the xorg-commit mailing list