summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 17:43:54 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 17:43:54 -0700
commit8ddafc07c4c5c7c271b1069f9e39e5821478c2be (patch)
treebe5cb093d3fcfc36e28229a19208fca6fe4b9ee5
parente1019d9a9bf1c45a5295bb92622ac8a4b39c26b7 (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 43f84a1..5e804b8 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(XMH, xaw7 xmu xt x11 xbitmaps >= 1.1.0)
-AC_SUBST(XMH_CFLAGS)
-AC_SUBST(XMH_LIBS)
PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`