diff -r c73b31124fa6 -r 96b5484423af mcabber/configure.ac --- 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="")