瀏覽代碼

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

Thijs Kinkhorst 20 年之前
父節點
當前提交
fa5205d193
共有 2 個文件被更改,包括 2 次插入3 次删除
  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