diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 18:14:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 18:14:01 -0700 |
commit | a81f0733a01bc0c0aa66394a805cf93d63f462be (patch) | |
tree | 489a4592bfc38feec9d0800009bf5d610343ac83 /configure.ac | |
parent | 4215ce6e95c1164298b8caf01dae5ca91e01adaf (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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 69c8561..3c3e761 100644 --- a/configure.ac +++ b/configure.ac @@ -33,13 +33,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - # Checks for pkg-config packages PKG_CHECK_MODULES(XSTDCMAP, xmu x11) -AC_SUBST(XSTDCMAP_CFLAGS) -AC_SUBST(XSTDCMAP_LIBS) - AC_OUTPUT([Makefile]) |