summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 23:33:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 23:33:22 -0700
commit810922b19b86c1ddd5ef9c9169d1328b3562af77 (patch)
tree6d5463821111c12e85e0e716ee6ff5aa9fc86b1b /configure.ac
parent79e3387e7a2d35f5895f813a4572a93457114e3c (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>
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 80d5f1a..3b29754 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,8 +33,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_PROG_CC
-AC_PROG_INSTALL
AC_PROG_YACC
AC_PATH_PROG([YACC_INST], $YACC)
AC_CHECK_FILE([$srcdir/gram.c], [],
@@ -45,9 +43,6 @@ AC_CHECK_FUNCS([mkstemp])
# Checks for pkg-config packages
PKG_CHECK_MODULES(TWM, x11 xext xt xmu ice sm)
-AC_SUBST(TWM_CFLAGS)
-AC_SUBST(TWM_LIBS)
-
AC_OUTPUT([Makefile
src/Makefile