From e6e427bbf6f3c9472dcbff1028fded459c803d6e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 7 Jan 2011 19:19:22 -0800 Subject: config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES Stops configure from running the output generation routines twice Signed-off-by: Alan Coopersmith --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7650249..a6ae5ba 100644 --- a/configure.ac +++ b/configure.ac @@ -202,5 +202,6 @@ AC_SUBST(XAUTH) AC_SUBST(XINIT) AC_SUBST(XINITDIR) -AC_OUTPUT([Makefile]) -AC_OUTPUT([privileged_startx/Makefile]) +AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([privileged_startx/Makefile]) +AC_OUTPUT -- cgit v1.2.3