[network-manager-pptp/NETWORKMANAGER_0_7] Remove AC_CONFIG_AUX_DIR



commit 9eed13eae45b604b1a11404eeea25003638f9e4a
Author: Michael Biebl <biebl debian org>
Date:   Thu Apr 30 12:49:49 2009 +0200

    Remove AC_CONFIG_AUX_DIR
    
    "." is the default for AC_CONFIG_AUX_DIR, so we don't have to set it
    explicitly.
---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 66e7c0d..4f12ffc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
 AC_PREREQ(2.59)
 
 AC_INIT(NetworkManager-pptp, 0.7.1, dcbw redhat com, NetworkManager-pptp)
-AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 subdir-objects])
 AM_MAINTAINER_MODE
 



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