configure.ac: use AC_CONFIG_FILES() macro

passing output file names to AC_OUTPUT() is deprecated.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-12 11:08:29 +01:00
committed by Enrico Weigelt
parent f22a0a9f22
commit 8dcaa9155c

View File

@@ -93,8 +93,6 @@ if test "x$evdev_backend" = xyes; then
AC_DEFINE(EVDEV_BACKEND, 1, [Compile Linux evdev backend])
fi
AC_OUTPUT([Makefile src/Makefile man/Makefile man/joystick.man config/Makefile])
AS_ECHO()
AS_ECHO("Building Linux joystick backend: $linux_backend")
AS_ECHO("Building Linux evdev backend: $evdev_backend")
@@ -107,3 +105,6 @@ if test "x$linux_backend" != "xyes" -a \
supported by the joystick driver. Contact
xlibre@freelists.org if you are interested in porting it.])
fi
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile man/joystick.man config/Makefile])
AC_OUTPUT