summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 23:01:47 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 23:01:47 -0700
commit6a013e3524c0bdee54a33b0e9a255f3a7580603f (patch)
tree43ed814a7017c317384763025e941fd744171f54
parentae4a7325cf30dda566391b37d9ce7ffb946b842e (diff)
Remove unnecessary calls from configure.ac
XORG_DEFAULT_OPTIONS calls AC_PROG_CC and AC_PROG_INSTALL PKG_CHECK_MODULES calls AC_SUBST on LIBS & CFLAGS 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 c60098b..807ffab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,10 +31,6 @@ AM_CONFIG_HEADER(config.h)
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
-
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
AC_CHECK_LIB(z, gzopen, [],
@@ -52,11 +48,7 @@ fi
# Checks for pkg-config packages
PKG_CHECK_MODULES(MKFONTSCALE, fontenc freetype2)
-AC_SUBST(MKFONTSCALE_CFLAGS)
-AC_SUBST(MKFONTSCALE_LIBS)
-
PKG_CHECK_MODULES(X11, xproto)
-AC_SUBST(X11_CFLAGS)
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT