make sure that automake and config.h uses the same installation paths
[geeqie.git] / configure.in
index 09045a7..40fbc5b 100644 (file)
@@ -223,9 +223,11 @@ AC_SUBST(htmldir)
 
 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
 # ----------------------------------------------------------------------