Quellcode durchsuchen

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

Thijs Kinkhorst vor 20 Jahren
Ursprung
Commit
fa5205d193
2 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  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