config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon 2010-07-21 16:07:00 -04:00
parent 945a161930
commit ca77f09bd6
1 changed files with 4 additions and 3 deletions

View File

@ -67,7 +67,8 @@ PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901] xproto fontsproto $REQUIRED_
DRIVER_NAME=dummy
AC_SUBST([DRIVER_NAME])
AC_OUTPUT([
Makefile
src/Makefile
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT