Allow configure to be ran from any directory, thanks Ceri Davies.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Aug 2005 20:16:48 +0000 (20:16 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Aug 2005 20:16:48 +0000 (20:16 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9888 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
configure

index 24a0a763e7d91568708cc09aa5daa36b357080cb..8c6b47aba62f33395f1d50e23a4197d09e152b51 100644 (file)
--- 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/<localename>/setup.php 
     files (#1240889).
+  - Allow configure to be ran from any directory, thanks Ceri Davies.
 
 Version 1.5.0 - 2 February 2004
 -------------------------------
index 568782ef22eb7bf69ea2086ffbf23a7f0faa6c73..aec3f6f8b2516fb036012ff2d5f801fb4b397d9c 100755 (executable)
--- 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