summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-07 18:37:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-07 18:37:01 -0800
commit73b928101d9df01f03360192c8670f744dc2c1d6 (patch)
treeca12ad302adb1f22300bd769f076f8f0d459836e
parent2fb2eaab97901041d56f4d6f722da351fdc7604b (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 68ceeb8..667d600 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,6 @@ AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
@@ -48,8 +45,6 @@ esac
# Checks for pkg-config packages
PKG_CHECK_MODULES(XFWP, xproto ice xproxymngproto)
-AC_SUBST(XFWP_CFLAGS)
-AC_SUBST(XFWP_LIBS)
# Check for libraries needed for TCP sockets on some platforms
# and defines like BSD44SOCKETS needed on others