2 ###############################################################################
4 ###############################################################################
5 _gitversion
=$
(git describe |
grep -e -)
6 if [ -n "${_gitversion}" ]; then
7 _gitversion
=$
(echo ${_gitversion} | cut
-d- -f3 |
sed 's/^g//')
8 echo -n ${_gitversion} >GITVERSION
13 ###############################################################################
14 # Set up build from git tree
15 ###############################################################################
18 # Set up initial NLS stuff...
21 # ...now replace "autopoint" with "intltoolize" in full setup run
22 AUTOPOINT
="intltoolize --copy --force --automake" \
23 autoreconf
--force --install