source Version using . ./Version' rather than simply . Version' to

avoid weird problems with paths


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9235 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-02-27 02:49:25 +00:00
parent 270c6b1a06
commit 26a77a69f5

View file

@ -341,7 +341,7 @@ AC_SUBST(ac_cv_objc_threaded)
#--------------------------------------------------------------------
# Record the version
#--------------------------------------------------------------------
. Version
. ./Version
if test -f "../Version"; then
. ../Version
fi