summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 19:38:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 19:38:42 -0700
commitb848ae7bbd9d328fa8115707153a92414b302753 (patch)
tree5937bb41b72e32aff5a77d020e8bc413eca1792a
parent4768df2f3051a92dc351a4072d2232ffd9304eb0 (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 e64a88a..4afedd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,14 +12,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(XCURSORGEN, x11 xcursor libpng >= 1.2.0)
-AC_SUBST(XCURSORGEN_CFLAGS)
-AC_SUBST(XCURSORGEN_LIBS)
AC_OUTPUT([Makefile])