install: fix configure script when called from PATH

Have configure assume the '.' dot directory when invoked without the
prepended ./
This commit is contained in:
R.K. Owen
2021-02-05 21:45:07 -07:00
committed by Xavier Delaruelle
parent f3ef5d434b
commit cc4d3194d6

1
configure vendored
View File

@@ -20,6 +20,7 @@
progpath=$0
progdir=${progpath%/*}
[ -d $progdir ] || progdir=.
prog=${progpath##*/}
# files to translate