Index: configure =================================================================== diff -u -re9f818e5a1700a776754fce4cb8fbdd2bab8d98e -r168c45840036a0efc1b113c29ad9b7657436f56c --- configure (.../configure) (revision e9f818e5a1700a776754fce4cb8fbdd2bab8d98e) +++ configure (.../configure) (revision 168c45840036a0efc1b113c29ad9b7657436f56c) @@ -2618,7 +2618,7 @@ if test "$git_installed" = "yes" -a -d ".git" ; then - nsf_commit=`git describe --dirty` + nsf_commit=`git describe --always --dirty` elif test -f "COMMIT" ; then nsf_commit=`cat COMMIT` else