libXmu: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Oct 28 12:25:37 PDT 2010


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

New commits:
commit 28f4666ad88ab736f52c1cb16674226f14bc2a15
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 28 12:24:30 2010 -0700

    Remove unnecessary calls from configure.ac
    
    AC_PROG_CC is handled by XORG_DEFAULT_OPTIONS
    AC_SUBST of *_LIBS & *_CFLAGS are handled by PKG_CHECK_MODULES
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/configure.ac b/configure.ac
index 5ed4864..c75a452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,16 +30,10 @@ AM_CONFIG_HEADER([config.h])
 
 # Checks for programs.
 AC_PROG_LIBTOOL
-AC_PROG_CC
 
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XMU, xt xext x11 xextproto)
-AC_SUBST(XMU_CFLAGS)
-AC_SUBST(XMU_LIBS)
-
 PKG_CHECK_MODULES(XMUU, x11)
-AC_SUBST(XMUU_CFLAGS)
-AC_SUBST(XMUU_LIBS)
 
 # CvtStdSel.c needs to know which network transports to build hostname
 # conversion routines for


More information about the xorg-commit mailing list