From 4e2b1aada4825dfbe37a1d7cea0a0bff66f2a05c Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 2 Aug 2005 20:16:48 +0000 Subject: [PATCH 1/1] Allow configure to be ran from any directory, thanks Ceri Davies. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9888 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + configure | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24a0a763..8c6b47ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -417,6 +417,7 @@ Version 1.5.1 -- CVS formating errors in check_me.mod. Reported by Edward Chapman. - Translations are loaded automatically from locale//setup.php files (#1240889). + - Allow configure to be ran from any directory, thanks Ceri Davies. Version 1.5.0 - 2 February 2004 ------------------------------- diff --git a/configure b/configure index 568782ef..aec3f6f8 100755 --- a/configure +++ b/configure @@ -2,6 +2,4 @@ # # Redirects to the config directory and runs conf.pl -cd config -./conf.pl -cd .. +cd `dirname $0`/config && ./conf.pl -- 2.25.1