Skip to content
Snippets Groups Projects
Commit 6ee82553 authored by Natanael Copa's avatar Natanael Copa Committed by Romain Bouvier
Browse files

Use datarootdir instead of datadir

datarootdir should be used instead of datadir.

https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Changed-Directory-Variables.html
parent 45bac52f
No related branches found
No related tags found
1 merge request!24Fix aclocal search
Pipeline #947 passed
......@@ -4,7 +4,7 @@
# Written for Xfce by Benedikt Meurer <benny@xfce.org>.
#
macrodir = $(datadir)/aclocal
macrodir = $(datarootdir)/aclocal
macro_DATA = \
xdt-depends.m4 \
xdt-features.m4 \
......
......@@ -62,7 +62,7 @@ AC_DEFUN([XDT_I18N],
if test x"$CATOBJEXT" = x".mo"; then
localedir=$libdir/locale
else
localedir=$datadir/locale
localedir=$datarootdir/locale
fi
])
AC_MSG_RESULT([$localedir])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment