mcabber/configure.ac
changeset 1676 96b5484423af
parent 1671 411269409f34
child 1712 7bdd9ed28684
equal deleted inserted replaced
1675:c73b31124fa6 1676:96b5484423af
   225 # Export $datadir to the source tree.
   225 # Export $datadir to the source tree.
   226 if test x"${datadir}" != x""; then
   226 if test x"${datadir}" != x""; then
   227     AC_DEFINE_DIR(DATA_DIR, datadir, [Data files directory])
   227     AC_DEFINE_DIR(DATA_DIR, datadir, [Data files directory])
   228 fi
   228 fi
   229 
   229 
       
   230 # Export $libexecdir to the source tree
       
   231 AC_DEFINE_DIR(PKGLIB_DIR, "${libdir}/${PACKAGE}", [Modules directory])
       
   232 
   230 AC_ARG_ENABLE(debug,
   233 AC_ARG_ENABLE(debug,
   231     [AC_HELP_STRING(--enable-debug, add development compilation options)],
   234     [AC_HELP_STRING(--enable-debug, add development compilation options)],
   232     debug=$enableval, debug="")
   235     debug=$enableval, debug="")
   233 if test x"${debug}" = x"yes"; then
   236 if test x"${debug}" = x"yes"; then
   234     AC_DEFINE_UNQUOTED([ENABLE_DEBUG],[1],[Devel compilation options])
   237     AC_DEFINE_UNQUOTED([ENABLE_DEBUG],[1],[Devel compilation options])