[network-manager-openconnect] Replace deprecated usage of AC_OUTPUT



commit 14bab5e0d16fb5d7607fd2fdd87b442f8075a32c
Author: Michael Biebl <biebl debian org>
Date:   Tue Apr 21 01:00:20 2009 +0200

    Replace deprecated usage of AC_OUTPUT
    
    Use AC_CONFIG_FILES and an empty AC_OUTPUT call.
    Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
---
 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index bc60486..b6f50b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([subdir-objects])
 AM_MAINTAINER_MODE
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 dnl
 dnl Require programs
@@ -115,9 +115,10 @@ else
 	AC_MSG_RESULT(no)
 fi
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 src/Makefile
 properties/Makefile
 po/Makefile.in
 ])
+AC_OUTPUT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]