[PATCH libevdev] build: set aux-dir
Gaetan Nadon
memsize at videotron.ca
Mon Nov 4 19:46:53 CET 2013
On 13-11-04 09:43 AM, David Herrmann wrote:
> If we don't set AUX_DIR, I get errors during ./configure:
> /bin/sh: /home/david/missing: No such file or directory
> configure: WARNING: 'missing' script is too old or missing
>
> This error is ignored by default, but may cause failures with newer
> autoconf versions. Simply set the AUX_DIR to "build-aux" like many other
> autotools projects do.
Nothing wrong in using |AC_CONFIG_AUX_DIR but it will |not solve any of
your problems. This macro just tells autoconf where to look for the
generated scripts,
http://www.gnu.org/software/automake/manual/automake.html#index-AC_005fCONFIG_005fAUX_005fDIR-1
I can configure libevdev with no warning (autoreconf -vfi -Wall). I am
with autoconf 2.68 automake 1.11.
Mesa uses subdir-objects extensively, so you might find hints in there.
http://www.gnu.org/software/automake/manual/automake.html#index-subdir_002dobjects
which is an option to AM_INIT_AUTOMAKE.
I just happened to be reading the docs for automake from 2.60 to 2.69
and the way to setup subdir-objects have changed. In any case, you need
to test with 2.62. The automake doc on the web is from the latest
version and may not match the version you have on your workstation.
More information about the Input-tools
mailing list