summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-09 16:25:38 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-09 16:25:38 -0800
commit4139da28b7c9bb5bd35933e28a6f0f6e325d921e (patch)
tree04bd6eb345978b69da43a6797cad37fbc1ee6a7e
parenta6ca7c4c8b330bfd8a1a225afe826d7dbfa820fb (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 4c9107e..7b582fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,10 +30,6 @@ AM_CONFIG_HEADER(config.h)
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
AC_CHECK_FUNC([mkstemp],
@@ -83,7 +79,5 @@ AC_DEFINE_UNQUOTED([CPP], "$CPP_PATH", [Path to CPP program])
# Checks for pkg-config packages
PKG_CHECK_MODULES(XRDB, xmuu x11)
-AC_SUBST(XRDB_CFLAGS)
-AC_SUBST(XRDB_LIBS)
AC_OUTPUT([Makefile])