summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-29 10:47:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-29 10:47:32 -0800
commit43f7a9381d0c056ee2a3da193fa8d953e5881dcc (patch)
tree7d729559ec496f29df6d2171e3ba6576c6a52397
parentdde63ef2968b104d6deb99a2a56f576382b763a5 (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.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e060cb7..1f87ef8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,15 +36,9 @@ AM_MAINTAINER_MODE
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
-
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XPR, xmuu x11)
-AC_SUBST(XPR_CFLAGS)
-AC_SUBST(XPR_LIBS)
AC_OUTPUT([Makefile])