From 732922acd465f081f8cbd315aa687dd745da2337 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 23 Sep 2010 07:29:53 -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(-) diff --git a/configure.ac b/configure.ac index 62729ca..aae6505 100644 --- a/configure.ac +++ b/configure.ac @@ -33,9 +33,6 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.3) XORG_DEFAULT_OPTIONS -AC_PROG_CC -AC_PROG_INSTALL - AC_TYPE_SIGNAL AC_CHECK_HEADERS([net/errno.h]) @@ -44,8 +41,6 @@ AC_CHECK_FUNCS([strlcpy]) # Checks for pkg-config packages PKG_CHECK_MODULES(XAUTH, x11 xau xext xmuu) -AC_SUBST(XAUTH_CFLAGS) -AC_SUBST(XAUTH_LIBS) # Transport selection macro from xtrans.m4 # Needed to set *CONN defines for gethost.c & parsedpy.c -- cgit v1.2.1