summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 15:49:47 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 15:49:47 -0700
commite31137e82915b31cb283794a08b82cce94187d05 (patch)
tree421d5f7993717c398030afedaaa72247fc02522d
parent9bd59da2351ef82916317a8a7d3f54a9ffd13853 (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.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index bc54598..963fcdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,15 +34,7 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AM_PROG_CC_C_O
-AC_PROG_INSTALL
-
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(XFSINFO, xproto libfs)
-AC_SUBST(XFSINFO_CFLAGS)
-AC_SUBST(XFSINFO_LIBS)
-
AC_OUTPUT([Makefile])