diff configure.in @ 1694:22ec11cc989c

make sure that automake and config.h uses the same installation paths
author nadvornik
date Wed, 01 Jul 2009 20:55:37 +0000
parents 2bde6a55001a
children 49460282eed9
line wrap: on
line diff
--- a/configure.in	Wed Jul 01 19:38:17 2009 +0000
+++ b/configure.in	Wed Jul 01 20:55:37 2009 +0000
@@ -223,9 +223,11 @@
 
 eval "eval appdir=${datadir}/${PACKAGE}"
 AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data])
+AC_SUBST(appdir)
 
 eval "eval gq_bindir=${prefix}/lib/${PACKAGE}"
 AC_DEFINE_UNQUOTED([GQ_BIN_DIR], "$gq_bindir", [Location of helper scripts and executables])
+AC_SUBST(gq_bindir)
 
 #  LIRC support
 # ----------------------------------------------------------------------