git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9888
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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
-------------------------------
#
# Redirects to the config directory and runs conf.pl
-cd config
-./conf.pl
-cd ..
+cd `dirname $0`/config && ./conf.pl