From e3dadc75919d9a11660b74b3d5615635bab3e0fd Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 21 Jul 2010 16:07:00 -0400 Subject: config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Signed-off-by: Gaetan Nadon --- configure.ac | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 462a358..d26ac55 100644 --- a/configure.ac +++ b/configure.ac @@ -123,8 +123,9 @@ AC_SUBST([moduledir]) DRIVER_NAME=savage AC_SUBST([DRIVER_NAME]) -AC_OUTPUT([ - Makefile - src/Makefile - man/Makefile +AC_CONFIG_FILES([ + Makefile + src/Makefile + man/Makefile ]) +AC_OUTPUT -- cgit v1.2.3