In m4/sngrep.m4, the value of LDFLAGS is temporarily saved to the
sngrep_save_LDFLAGS variable but is then restored to the empty value of
the unset variable save_LDFLAGS, leaving LDFLAGS empty.
Fix this by prefixing save_LDFLAGS as it was apparently intended.