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
This commit is contained in:
Tim Niemueller
2006-01-05 18:18:59 +00:00
parent 9dcbf019bb
commit d08e885b2d
6 changed files with 33 additions and 0 deletions

View File

@@ -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-12-12 Robert Love <rml@novell.com> 2005-12-12 Robert Love <rml@novell.com>
* auth-dialog/main.c: one more NULL, this time for the ellipses * auth-dialog/main.c: one more NULL, this time for the ellipses

View File

@@ -6,6 +6,11 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl
dnl Explicitly set AUX dir
dnl
AC_CONFIG_AUX_DIR(.)
dnl dnl
dnl Require programs dnl Require programs
dnl dnl

View File

@@ -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> 2005-11-17 Antony Mee <A.J.Mee@ncl.ac.uk>
* started work based on openvpn work * started work based on openvpn work

View File

@@ -6,6 +6,11 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl
dnl Explicitly set AUX dir
dnl
AC_CONFIG_AUX_DIR(.)
dnl dnl
dnl Require programs dnl Require programs
dnl dnl

View File

@@ -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-04 Robert Love <rml@novell.com> 2005-11-04 Robert Love <rml@novell.com>
* auth-dialog/gnome-two-password-dialog.c: Embarrassing bug! Make sure * auth-dialog/gnome-two-password-dialog.c: Embarrassing bug! Make sure

View File

@@ -6,6 +6,11 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl
dnl Explicitly set AUX dir
dnl
AC_CONFIG_AUX_DIR(.)
dnl dnl
dnl Require programs dnl Require programs
dnl dnl