mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 04:40:09 +01:00
Call AC_OUTPUT without arguments
configure.ac:22: warning: AC_OUTPUT should be used without arguments. configure.ac:22: You should run autoupdate. Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
d849b9534a
commit
e96f3b736a
1 changed files with 2 additions and 1 deletions
|
|
@ -19,4 +19,5 @@ AM_PATH_PYTHON([2.5])
|
|||
xcbincludedir='${datadir}/xcb'
|
||||
AC_SUBST(xcbincludedir)
|
||||
|
||||
AC_OUTPUT([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc])
|
||||
AC_CONFIG_FILES([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc])
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue