Browse Source

Allow configure to be ran from any directory, thanks Ceri Davies.

Thijs Kinkhorst 20 years ago
parent
commit
fa5205d193
2 changed files with 2 additions and 3 deletions
  1. 1 0
      ChangeLog
  2. 1 3
      configure

+ 1 - 0
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
 -------------------------------

+ 1 - 3
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