From cb4a3d7f9ba598d38e9b17371146bd496c671246 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 30 Oct 2010 09:47:20 -0700 Subject: 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 --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b8c06b8..9b1667f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,17 +12,12 @@ XORG_MACROS_VERSION(1.8) AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - AC_TYPE_SIGNAL XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(XHOST, x11 xmuu xau) -AC_SUBST(XHOST_CFLAGS) -AC_SUBST(XHOST_LIBS) # Transport selection macro from xtrans.m4 XTRANS_CONNECTION_FLAGS -- cgit v1.2.3