From 8290027e067ffd0a3f37eeafbd27121e2884cea4 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 22 Jan 2011 09:27:09 -0500 Subject: mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Gaetan Nadon --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3