]> git.alsa-project.org Git - alsa-lib.git/commit
configure.ac: Update AC_OUTPUT() function
authorNicholas Vinson <nvinson234@gmail.com>
Sun, 7 Jan 2024 03:54:56 +0000 (22:54 -0500)
committerJaroslav Kysela <perex@perex.cz>
Wed, 24 Jan 2024 17:11:39 +0000 (18:11 +0100)
commitc9055730033ebdc96475e0b2fd8896496a9733ff
tree0e88f5a1656e0d228cf325111427044412b43987
parentdc7da761f3a2b09f5249c26019e9572d5d0200e1
configure.ac: Update AC_OUTPUT() function

Modern autoconf practice says AC_OUTPUT() should be called with no
arguments and generated configuration files should be specified by
calling AC_CONFIG_FILES() before AC_OUTPUT().

Update configure.ac to follow this practice.

Closes: https://github.com/alsa-project/alsa-lib/pull/376
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.ac