From: Ivan Rayner Date: Tue, 12 Jun 2001 07:20:31 +0000 (+0000) Subject: use . ./VERSION rather than . VERSION X-Git-Tag: v1.1.0~1237 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=efff7486d9520370203c9c5bc7ea41884ea81b88;p=users%2Fhch%2Fxfstests-dev.git use . ./VERSION rather than . VERSION --- diff --git a/configure.in b/configure.in index 4faec7603..bb83e444f 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ malloc_lib="$MALLOCLIB" AC_SUBST(malloc_lib) dnl Set version -. VERSION +. ./VERSION pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION} pkg_release=$PKG_BUILD