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
|
if test "x$evdev_backend" = xyes; then
|
||||||
AC_DEFINE(EVDEV_BACKEND, 1, [Compile Linux evdev backend])
|
AC_DEFINE(EVDEV_BACKEND, 1, [Compile Linux evdev backend])
|
||||||
fi
|
fi
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile config/Makefile])
|
||||||
src/Makefile
|
|
||||||
man/Makefile
|
|
||||||
config/Makefile
|
|
||||||
])
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
AS_ECHO()
|
AS_ECHO()
|
||||||
AS_ECHO("Building Linux joystick backend: $linux_backend")
|
AS_ECHO("Building Linux joystick backend: $linux_backend")
|
||||||
AS_ECHO("Building Linux evdev backend: $evdev_backend")
|
AS_ECHO("Building Linux evdev backend: $evdev_backend")
|
||||||
AS_ECHO("Building BSD usbhid backend: $bsd_backend")
|
AS_ECHO("Building BSD usbhid backend: $bsd_backend")
|
||||||
|
|
||||||
if test "x$linux_backend" != "xyes" -a \
|
if test "x$linux_backend" != "xyes" -a \
|
||||||
"x$bsd_backend" != "xyes" -a \
|
"x$bsd_backend" != "xyes" -a \
|
||||||
"x$evdev_backend" != "xyes"; then
|
"x$evdev_backend" != "xyes"; then
|
||||||
AC_MSG_ERROR([No backends were found. Your operating system is not
|
AC_MSG_ERROR([No backends were found. Your operating system is not
|
||||||
supported by the joystick driver. Contact
|
supported by the joystick driver. Contact
|
||||||
xorg@lists.freedesktop.org if you are interested in
|
xlibre@freelists.org if you are interested in porting it.])
|
||||||
porting it.])
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user