Get rid of version.in - forgotten files
This commit is contained in:
parent
a0773b18b0
commit
9375966944
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,6 @@ EXTRA_DIST = \
|
|||
claws-mail.png \
|
||||
autogen.sh \
|
||||
claws-features.h.in \
|
||||
version.in \
|
||||
version
|
||||
|
||||
# hicolor icon theme, base class of all icon themes
|
||||
|
@ -78,10 +77,11 @@ clawsinclude_HEADERS = \
|
|||
relnotesdir = $(docdir)
|
||||
relnotes_DATA = RELEASE_NOTES
|
||||
|
||||
dist-hook: ChangeLog
|
||||
dist-local: ChangeLog
|
||||
|
||||
clean-local:
|
||||
maintainer-clean-local:
|
||||
@rm -f ChangeLog
|
||||
@rm -f version
|
||||
|
||||
ChangeLog: version
|
||||
@./tools/gitlog2changelog.py 3.9.0 > ChangeLog
|
||||
|
|
|
@ -18,9 +18,10 @@ if test \( -d .git \); then
|
|||
AC_MSG_ERROR([*** git not found. See http://git-scm.com/])
|
||||
else
|
||||
GIT_VERSION=`git describe --abbrev=6 --dirty --always`
|
||||
echo "echo ${GIT_VERSION}" > ./version
|
||||
fi
|
||||
else
|
||||
GIT_VERSION=`sh -c '. ./version'`
|
||||
GIT_VERSION=`sh -c ". ./$srcdir/version"`
|
||||
fi
|
||||
MAJOR_VERSION=${GIT_VERSION%%.*}
|
||||
MINOR_VERSION=${GIT_VERSION#*.}
|
||||
|
@ -1969,7 +1970,6 @@ manual/de/dist/ps/Makefile
|
|||
manual/de/dist/html/Makefile
|
||||
manual/de/dist/txt/Makefile
|
||||
claws-mail.pc
|
||||
version
|
||||
])
|
||||
|
||||
dnl Output the configuration summary
|
||||
|
|
Loading…
Reference in a new issue