summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-07 10:13:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-07 10:13:24 -0800
commitee07a99593b89559e3f77c301fce245da3bcd21f (patch)
treec8ebd0d57960f83043a1fe78674c77ef07a7982b
parent78ff57bae1a7cfa3f650ed1bd25e48e1b690a30b (diff)
config: Remove unnecessary calls from configure.ac
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>
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 121774f..acad320 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,14 +33,9 @@ XORG_MACROS_VERSION(1.8)
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XWD, x11)
-AC_SUBST(XWD_CFLAGS)
-AC_SUBST(XWD_LIBS)
AC_OUTPUT([Makefile])