diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-07 11:10:09 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-18 18:04:05 -0800 |
commit | b1e80a29150c90c39915e5e758262815c2c4da05 (patch) | |
tree | fdf296bf83af9484d34b3bfca2395efa8d2f8217 /configure.ac | |
parent | daee1aa67b7b11b2d4f9e38ddc39603e9206557a (diff) |
mkfontdir: 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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 66b1b70..50d4822 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,6 @@ dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT dnl From mkfontdir/configure.ac -AC_PATH_PROG(SED, sed) AC_SUBST([bindir]) AC_CONFIG_FILES([ |