[network-manager-pptp/NETWORKMANAGER_0_7] Replace deprecated usage of AC_OUTPUT
- From: Michael Biebl <mbiebl src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-pptp/NETWORKMANAGER_0_7] Replace deprecated usage of AC_OUTPUT
- Date: Thu, 30 Apr 2009 06:55:13 -0400 (EDT)
commit 76b5ba32daa6aad8ce39e656b07b9a4d729a3512
Author: Michael Biebl <biebl debian org>
Date: Tue Apr 21 01:04:16 2009 +0200
Replace deprecated usage of AC_OUTPUT
Use AC_CONFIG_FILES and an empty AC_OUTPUT call.
Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS.
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4475902..ec08644 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 subdir-objects])
AM_MAINTAINER_MODE
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
dnl
dnl Require programs
@@ -127,7 +127,7 @@ else
AC_MSG_RESULT(no)
fi
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
src/Makefile
common-gnome/Makefile
@@ -135,4 +135,4 @@ auth-dialog/Makefile
properties/Makefile
po/Makefile.in
])
-
+AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]