summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-07 11:10:09 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-07 11:10:13 -0800
commit8ee1e27b63c5f90bcf8a9b55b947f3b0a00eaf91 (patch)
tree665fa0f3ddd6b9971ee96c67c78526d8fad3628d
parentb03b1b175d551a4990d1c3ee2cf710592112095e (diff)
config: Remove unnecessary calls from configure.ac
AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 80952da..45e4cd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,9 +31,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AC_PROG_INSTALL
-
-AC_PATH_PROG(SED, sed)
AC_SUBST([bindir])
AC_OUTPUT([Makefile])