diff mcabber/configure.ac @ 1676:96b5484423af

Use $prefix/lib/mcabber as default modules_dir
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 16 Jan 2010 12:12:45 +0200
parents 411269409f34
children 7bdd9ed28684
line wrap: on
line diff
--- a/mcabber/configure.ac	Mon Jan 18 16:36:55 2010 +0200
+++ b/mcabber/configure.ac	Sat Jan 16 12:12:45 2010 +0200
@@ -227,6 +227,9 @@
     AC_DEFINE_DIR(DATA_DIR, datadir, [Data files directory])
 fi
 
+# Export $libexecdir to the source tree
+AC_DEFINE_DIR(PKGLIB_DIR, "${libdir}/${PACKAGE}", [Modules directory])
+
 AC_ARG_ENABLE(debug,
     [AC_HELP_STRING(--enable-debug, add development compilation options)],
     debug=$enableval, debug="")