configure.ac: little formatting cleanup

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-09 15:36:19 +01:00
parent 51ac21dec5
commit 2ba1478ca5

View File

@@ -74,8 +74,5 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then
fi
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT