comparison configure.in @ 1272:e0e12512cde2

read external editors from .desktop files
author nadvornik
date Sun, 01 Feb 2009 12:48:14 +0000
parents 13e96406760b
children 8b89e3ff286b
comparison
equal deleted inserted replaced
1271:4fcdbb497df3 1272:e0e12512cde2
205 AC_DEFINE_UNQUOTED(GQ_HELPDIR, "$readmedir", [Location of documentation files]) 205 AC_DEFINE_UNQUOTED(GQ_HELPDIR, "$readmedir", [Location of documentation files])
206 AC_DEFINE_UNQUOTED(GQ_HTMLDIR, "$htmldir", [Location of html documentation]) 206 AC_DEFINE_UNQUOTED(GQ_HTMLDIR, "$htmldir", [Location of html documentation])
207 207
208 AC_SUBST(readmedir) 208 AC_SUBST(readmedir)
209 AC_SUBST(htmldir) 209 AC_SUBST(htmldir)
210
211 eval "eval appdir=${datadir}/${PACKAGE}"
212 AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data])
210 213
211 # LIRC support 214 # LIRC support
212 # ---------------------------------------------------------------------- 215 # ----------------------------------------------------------------------
213 216
214 dnl Check for LIRC client support 217 dnl Check for LIRC client support
349 src/Makefile 352 src/Makefile
350 src/icons/Makefile 353 src/icons/Makefile
351 src/icons/svg/Makefile 354 src/icons/svg/Makefile
352 po/Makefile.in 355 po/Makefile.in
353 doc/Makefile 356 doc/Makefile
357 plugins/Makefile
358 plugins/symlink/Makefile
354 geeqie.spec 359 geeqie.spec
355 ]) 360 ])
356 361
357 AC_OUTPUT 362 AC_OUTPUT
358 dnl Print the results 363 dnl Print the results