summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-22 09:27:09 -0500
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 18:17:39 -0800
commit8290027e067ffd0a3f37eeafbd27121e2884cea4 (patch)
tree3da8c190879b6fba5100b23fc960a4a3cc4f8cb8 /configure.ac
parent07d71396a502515a02bd12c5b01cdd98a7a30dab (diff)
mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@
Use the Autoconf recommended way of substituting bindir, see http://www.gnu.org/software/autoconf/manual/autoconf.html Use # sign for comment in script. Only sed is used, drop the cpp terminology. Reviewed-by: RĂ©mi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 50d4822..ee427ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,9 +61,6 @@ PKG_CHECK_MODULES(X11, [xproto >= 7.0.25])
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT
-dnl From mkfontdir/configure.ac
-AC_SUBST([bindir])
-
AC_CONFIG_FILES([
Makefile
man/Makefile])