mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
configure.ac: formatting cleanups
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
16
configure.ac
16
configure.ac
@@ -99,27 +99,19 @@ AM_CONDITIONAL(EVDEV_BACKEND, [test "x$evdev_backend" = xyes])
|
||||
if test "x$evdev_backend" = xyes; then
|
||||
AC_DEFINE(EVDEV_BACKEND, 1, [Compile Linux evdev backend])
|
||||
fi
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
config/Makefile
|
||||
])
|
||||
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile config/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
AS_ECHO()
|
||||
AS_ECHO("Building Linux joystick backend: $linux_backend")
|
||||
AS_ECHO("Building Linux evdev backend: $evdev_backend")
|
||||
AS_ECHO("Building BSD usbhid backend: $bsd_backend")
|
||||
|
||||
if test "x$linux_backend" != "xyes" -a \
|
||||
"x$bsd_backend" != "xyes" -a \
|
||||
"x$evdev_backend" != "xyes"; then
|
||||
"x$bsd_backend" != "xyes" -a \
|
||||
"x$evdev_backend" != "xyes"; then
|
||||
AC_MSG_ERROR([No backends were found. Your operating system is not
|
||||
supported by the joystick driver. Contact
|
||||
xorg@lists.freedesktop.org if you are interested in
|
||||
porting it.])
|
||||
xlibre@freelists.org if you are interested in porting it.])
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user