summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-26 18:26:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-26 18:26:41 -0700
commit6961d77007443b63a014362805bd93c20d853ab7 (patch)
treeee6514d9f4b542095233edfbf1ebe962ae0f3ea0
parenta69ea17324a94d667fc1661b70f2a365b75f3c6b (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 41f7767..cdca88f 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(XVINFO, xv x11)
-AC_SUBST(XVINFO_CFLAGS)
-AC_SUBST(XVINFO_LIBS)
AC_OUTPUT([Makefile])