Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 29c582cab0
)
r14.1.x
parent
8bdcbe0178
commit
ce95190693
@ -1,5 +0,0 @@
|
||||
INCLUDES = -I$(top_srcdir)/src $(all_includes)
|
||||
METASOURCES = AUTO
|
||||
|
||||
all-local:
|
||||
sh $(srcdir)/svn_revision.sh
|
@ -1,20 +0,0 @@
|
||||
if [ -d .svn ]; then
|
||||
( echo '// generated file';
|
||||
printf '#define SVN_REVISION "';
|
||||
(svnversion -n .);
|
||||
echo '"' ) > svn_revision.h.new;
|
||||
if [ ! -f svn_revision.h ]; then
|
||||
mv -f svn_revision.h.new svn_revision.h;
|
||||
else
|
||||
if cmp svn_revision.h svn_revision.h.new; then
|
||||
rm -f svn_revision.h.new;
|
||||
else
|
||||
mv -f svn_revision.h.new svn_revision.h;
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if [ ! -f svn_revision.h ]; then
|
||||
( echo '// generated file';
|
||||
echo '#define SVN_REVISION "distribution"'; ) > svn_revision.h;
|
||||
fi
|
||||
|
Loading…
Reference in new issue