config: Remove unnecessary calls from configure.ac
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 24 Sep 2010 03:06:19 +0000 (20:06 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 24 Sep 2010 03:06:19 +0000 (20:06 -0700)
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
configure.ac

index fb7037b..29879a7 100644 (file)
@@ -34,14 +34,8 @@ XORG_DEFAULT_OPTIONS
 
 AM_CONFIG_HEADER(config.h)
 
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XDPYINFO, xext x11 xtst)
-AC_SUBST(XDPYINFO_CFLAGS)
-AC_SUBST(XDPYINFO_LIBS)
 
 # This is used below to allow <X11/Xlib.h> to be found
 PKG_CHECK_MODULES(DPY_X11, x11)