Revision 336434626138 () - Diff

Link to this snippet: https://friendpaste.com/53vuWdxjX0LZlpvqqKYMZI
Embed:
1
2
3
4
5
6
7
8
AM_CONDITIONAL([HAVE_SVN_REV], [-n "$SVN_REV"])
if !HAVE_SVN_REV
SVN_REV:=dev
endif

-----

results in "Makefile.am:117: HAVE_SVN_REV does not appear in AM_CONDITIONAL"