From: Gwenole Beauchesne Date: Thu, 3 Nov 2011 09:16:13 +0000 (+0100) Subject: configure: cosmetics (sort AC_OUTPUT Makefiles). X-Git-Tag: accepted/trunk/20120822.013104~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9134285035c965fec46b6eadf31dda0e6c84ea85;p=profile%2Fivi%2Flibva.git configure: cosmetics (sort AC_OUTPUT Makefiles). Signed-off-by: Gwenole Beauchesne --- diff --git a/configure.ac b/configure.ac index 85c6b00..982ad7b 100644 --- a/configure.ac +++ b/configure.ac @@ -205,28 +205,28 @@ AC_SUBST([libvacorelib]) AC_SUBST([libvabackendlib]) AC_OUTPUT([ - Makefile - debian.upstream/Makefile - va/Makefile - va/va_version.h - va/x11/Makefile - va/glx/Makefile - va/egl/Makefile - va/dummy/Makefile - dummy_drv_video/Makefile - test/Makefile - test/basic/Makefile - test/decode/Makefile - test/putsurface/Makefile - test/encode/Makefile - test/vainfo/Makefile - pkgconfig/libva-egl.pc - pkgconfig/libva-glx.pc - pkgconfig/libva-tpi.pc - pkgconfig/libva-x11.pc - pkgconfig/libva.pc - doc/Makefile - pkgconfig/Makefile + Makefile + debian.upstream/Makefile + doc/Makefile + dummy_drv_video/Makefile + pkgconfig/Makefile + pkgconfig/libva-egl.pc + pkgconfig/libva-glx.pc + pkgconfig/libva-tpi.pc + pkgconfig/libva-x11.pc + pkgconfig/libva.pc + test/Makefile + test/basic/Makefile + test/decode/Makefile + test/encode/Makefile + test/putsurface/Makefile + test/vainfo/Makefile + va/Makefile + va/dummy/Makefile + va/egl/Makefile + va/glx/Makefile + va/va_version.h + va/x11/Makefile ]) # Print a small summary