diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-22 14:41:33 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-24 10:43:23 -0500 |
commit | 8b8f94bca1576e7365c492cfc8131d5aa7bcd7c8 (patch) | |
tree | 891dc182ea83e422a152c9dedbb1e0f37ea3b582 /configure.ac | |
parent | 490ceddc3e97e8c5bf1ed61265525c213abf65d1 (diff) |
config: substitute x11perfcompdir using Autoconf @x11perfcompdir@
Use the Autoconf recommended way of substituting bindir and friends, 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.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 96126f2..d23c209 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,9 @@ XORG_DEFAULT_OPTIONS AC_TYPE_SIGNAL +# Define the installation directory for the x11 performance compare scripts +AC_SUBST([x11perfcompdir], [$libdir/X11/x11perfcomp]) + # Checks for pkg-config packages PKG_CHECK_MODULES(X11PERF, x11 xmuu) |