summaryrefslogtreecommitdiff
path: root/vpn-daemons/pptp
diff options
context:
space:
mode:
authorTim Niemueller <tim@niemueller.de>2006-01-05 18:18:59 +0000
committerTim Niemueller <tim@niemueller.de>2006-01-05 18:18:59 +0000
commitd08e885b2dd8cdcb6758aaa9f48dc51b3211b660 (patch)
tree32eee42d1992c4200b8fe4d9a198a4c1d3d613f9 /vpn-daemons/pptp
parent9dcbf019bb4bf0b2d3ceca5c460581c9d5132d9e (diff)
downloadNetworkManager-d08e885b2dd8cdcb6758aaa9f48dc51b3211b660.tar.gz
2006-01-05 Tim Niemueller <tim@niemueller.de>
* configure.in: Explicitly set AUX_DIR to . to prevent autoconf from searching (and finding) install-sh in ../.., which lead to problems. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1268 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'vpn-daemons/pptp')
-rw-r--r--vpn-daemons/pptp/ChangeLog6
-rw-r--r--vpn-daemons/pptp/configure.in5
2 files changed, 11 insertions, 0 deletions
diff --git a/vpn-daemons/pptp/ChangeLog b/vpn-daemons/pptp/ChangeLog
index fdfe536752..a9bb0f45f1 100644
--- a/vpn-daemons/pptp/ChangeLog
+++ b/vpn-daemons/pptp/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-05 Tim Niemueller <tim@niemueller.de>
+
+ * configure.in: Explicitly set AUX_DIR to . to prevent autoconf from
+ searching (and finding) install-sh in ../.., which lead to
+ problems.
+
2005-11-17 Antony Mee <A.J.Mee@ncl.ac.uk>
* started work based on openvpn work
diff --git a/vpn-daemons/pptp/configure.in b/vpn-daemons/pptp/configure.in
index 201e53f7f1..a3d25362d9 100644
--- a/vpn-daemons/pptp/configure.in
+++ b/vpn-daemons/pptp/configure.in
@@ -7,6 +7,11 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
dnl
+dnl Explicitly set AUX dir
+dnl
+AC_CONFIG_AUX_DIR(.)
+
+dnl
dnl Require programs
dnl
AC_PROG_CC