[network-manager-vpnc] Replace deprecated usage of AC_OUTPUT
- From: Michael Biebl <mbiebl src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-vpnc] Replace deprecated usage of AC_OUTPUT
- Date: Thu, 30 Apr 2009 07:00:41 -0400 (EDT)
commit f2d5705c8451335e98df97e7107f229ac52ed3a0
Author: Michael Biebl <biebl debian org>
Date: Tue Apr 21 00:53:45 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 35e757c..f830b7d 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
@@ -129,7 +129,7 @@ case $with_tests in
;;
esac
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
src/Makefile
common-gnome/Makefile
@@ -139,3 +139,4 @@ properties/tests/Makefile
properties/tests/pcf/Makefile
po/Makefile.in
])
+AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]