summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 07:29:53 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 07:29:53 -0700
commit732922acd465f081f8cbd315aa687dd745da2337 (patch)
tree1fe5f73fad2fcf6e57453b55c95dfbbba56b5c7d /configure.ac
parent6eef00c1021930444e09d8334b06bbad83d7f2fb (diff)
downloadxorg-app-xauth-732922acd465f081f8cbd315aa687dd745da2337.tar.gz
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.ac5
1 files changed, 0 insertions, 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