summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 11:46:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 11:46:31 -0700
commita2a23d1ca4ae7940465d525f2219cb97e1f5efe7 (patch)
tree7f6f273bd640b5536ccce638acb7d126592db357
parent047e49cad119109378c97436f2fe77b93e747376 (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 4346e86..6db02db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,15 +33,10 @@ 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(XSETROOT, xmuu x11 xbitmaps xcursor)
-AC_SUBST(XSETROOT_CFLAGS)
-AC_SUBST(XSETROOT_LIBS)
XORG_WITH_LINT