summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 18:58:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 18:58:16 -0700
commitd279151713bd7f3023ebd24494a8021c7f9b896b (patch)
tree05a4c4138b88f5246faba575f7c249a8c4a4fbb7
parent0f3e8ddb7ba7b0cd0b07f16a41f38dec47a25f27 (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 02c8ead..ad7357d 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(XCMSDB, x11)
-AC_SUBST(XCMSDB_CFLAGS)
-AC_SUBST(XCMSDB_LIBS)
AC_OUTPUT([Makefile])