summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 21:04:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 21:04:28 -0700
commit61aef1760a65184ecd438419f5de545e3b3e36fd (patch)
tree489ff2dfcf01e4922fc7c89765863f3be957f4d2
parenta728da4185b16978d278afd2b1d0dd7e95b815f9 (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 8c066f2..0281dfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,9 +32,6 @@ XORG_MACROS_VERSION(1.8)
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
AC_CHECK_FUNC([mkstemp],
@@ -42,7 +39,5 @@ AC_CHECK_FUNC([mkstemp],
# Checks for pkg-config packages
PKG_CHECK_MODULES(SMPROXY, sm xt xmuu)
-AC_SUBST(SMPROXY_CFLAGS)
-AC_SUBST(SMPROXY_LIBS)
AC_OUTPUT([Makefile])