projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow configure to be ran from any directory, thanks Ceri Davies.
[squirrelmail.git]
/
configure
diff --git
a/configure
b/configure
index
568782e
..
aec3f6f
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