Config bug in wayland

Bill Spitzak spitzak at gmail.com
Tue May 13 18:04:07 PDT 2014


Trying to replicate my success at building Wayland, starting from 
scratch, I found an error at the first step if $ALOCAL is exported as 
stated, and no install has ever been done:

~/Wayland/wayland$ ./autogen.sh --prefix=$WLD
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /home/wspitzak/install/share/aclocal 
--force -I m4 ${ACLOCAL_FLAGS}
aclocal: couldn't open directory `/home/wspitzak/install/share/aclocal': 
No such file or directory
autoreconf: aclocal failed with exit status: 1

I fixed it with "mkdir -r $WLD/share/aclocal". But since "make install" 
actually creates this directory, wayland conf probably should not 
require it.


More information about the wayland-devel mailing list