mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 12:50:06 +01:00
build: set aux-dir
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. [This is an automake 1.14 bug, see the upstream report: http://lists.gnu.org/archive/html/bug-automake/2013-11/msg00007.html] Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a612ee753e
commit
cc54b786a7
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ AC_INIT([libevdev],
|
|||
AC_CONFIG_SRCDIR([libevdev/libevdev.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue