summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 14:55:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 14:55:01 -0700
commit00daddf94edbc0b53ece7a9edded50c051c5ab53 (patch)
treed64bc86f91555d6b0ea37095688037796963a158
parent71b506240a22a3927bfe6d8183b1edf7297391ce (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 64bd1c0..f0e128e 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(SHOWFONT, libfs)
-AC_SUBST(SHOWFONT_CFLAGS)
-AC_SUBST(SHOWFONT_LIBS)
-
AC_OUTPUT([Makefile])