summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-18 17:09:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-18 17:09:34 -0800
commitf0f9488097f8618cde53f3135fba6d7ad1b645d6 (patch)
tree7b6f8fd4b7dbf4cf00f10ce8d1ddafe34990e621
parent031adc7a5843e3c803514c1514131db80ad4010c (diff)
config: Remove unnecessary calls from configure.ac
XORG_MANPAGE_SECTIONS, XORG_RELEASE_VERSION, XORG_CHANGELOG, 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.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index ee6c53a..7c77b5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,8 +33,6 @@ XORG_MACROS_VERSION(1.3)
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
AC_CANONICAL_HOST
XORG_DEFAULT_OPTIONS
@@ -51,8 +49,6 @@ AC_SUBST(OS_CFLAGS)
# Checks for pkg-config packages
PKG_CHECK_MODULES(LBXPROXY, xtrans xext lbxutil x11 ice xproxymngproto bigreqsproto)
-AC_SUBST(LBXPROXY_CFLAGS)
-AC_SUBST(LBXPROXY_LIBS)
# Check which version of extension headers are installed
save_CFLAGS="${CFLAGS}"
@@ -67,8 +63,4 @@ CFLAGS="${save_CFLAGS}"
# Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS
-XORG_MANPAGE_SECTIONS
-XORG_RELEASE_VERSION
-XORG_CHANGELOG
-
AC_OUTPUT([Makefile])