mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2025-12-28 09:50:07 +01:00
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
configure.ac:33: warning: AC_OUTPUT should be used without arguments. configure.ac:33: You should run autoupdate. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
a40b2df701
commit
4440550baf
1 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ AC_SUBST(XCBPROTO_XCBINCLUDEDIR)
|
||||||
XCBPROTO_VERSION=`$PKG_CONFIG --modversion xcb-proto`
|
XCBPROTO_VERSION=`$PKG_CONFIG --modversion xcb-proto`
|
||||||
AC_SUBST(XCBPROTO_VERSION)
|
AC_SUBST(XCBPROTO_VERSION)
|
||||||
|
|
||||||
AC_OUTPUT([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
xcb-errors.pc
|
xcb-errors.pc
|
||||||
])
|
])
|
||||||
|
AC_OUTPUT
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue