[network-manager-applet/NETWORKMANAGER_APPLET_0_7] Replace deprecated usage of AC_OUTPUT



commit e70f6da1b3ac3846cc3606b1646ddae084679c16
Author: Michael Biebl <biebl debian org>
Date:   Tue Apr 21 00:58:49 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 a487f90..94bddbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(nm-applet, 0.7.1, dcbw redhat com, network-manager-applet)
 AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2])
 AM_MAINTAINER_MODE
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 dnl
 dnl Require programs
@@ -219,7 +219,7 @@ else
 	AC_MSG_RESULT(no)
 fi
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 src/Makefile
 src/marshallers/Makefile
@@ -236,3 +236,4 @@ icons/48/Makefile
 icons/scalable/Makefile
 po/Makefile.in
 ])
+AC_OUTPUT



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