summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-26 17:51:13 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-26 17:51:13 -0700
commit6ebcb9d1c483407542fea55b4aa84d3c6e0f03a4 (patch)
tree1a3993be60073a023f03c47f08e2e76fe8f485b4 /configure.ac
parent73b178a04269c0383f1f08207532f177dcb70835 (diff)
downloadxscope-6ebcb9d1c483407542fea55b4aa84d3c6e0f03a4.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 c43733d..09cb311 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
AC_USE_SYSTEM_EXTENSIONS
-AC_PROG_CC
XORG_DEFAULT_OPTIONS
-AC_PROG_INSTALL
AC_ARG_ENABLE(xtrans, AS_HELP_STRING([--enable-xtrans],
[Use xtrans for socket connections (default: auto)]),
@@ -65,9 +63,6 @@ if test "x$XTRANS" = xyes ; then
AC_DEFINE([USE_XTRANS], [1], [Use xtrans for socket connection code])
fi
-AC_SUBST(XSCOPE_CFLAGS)
-AC_SUBST(XSCOPE_LIBS)
-
AC_CHECK_FUNCS([getdtablesize])
AC_CHECK_HEADERS([sys/filio.h])