build: check guess-rev.sh can be found/executed
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>__archive__
parent
b72af9dbfc
commit
42b85f76f7
|
@ -145,7 +145,7 @@ is_darwin=no
|
||||||
|
|
||||||
# guess-rev.sh only exists in the repository, not in the released archives
|
# guess-rev.sh only exists in the repository, not in the released archives
|
||||||
AC_MSG_CHECKING([whether to build a release])
|
AC_MSG_CHECKING([whether to build a release])
|
||||||
if test -f $srcdir/guess-rev.sh ; then
|
if test -x $srcdir/guess-rev.sh ; then
|
||||||
build_release=no
|
build_release=no
|
||||||
else
|
else
|
||||||
build_release=yes
|
build_release=yes
|
||||||
|
|
Loading…
Reference in New Issue