diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 16:07:00 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 16:07:00 -0400 |
commit | ca77f09bd68587e7579f139660c8cef81662fdd0 (patch) | |
tree | adb2d68f3dbb60be89a9edbdb2664d4cf299451b | |
parent | 945a1619300291ffe08c82f19bea6bb2e1da8f86 (diff) |
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index acb85be..216ae05 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |