1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-24 06:50:08 +03:00

autotools: Remove useless substitution

Fixes #689.
This commit is contained in:
Nick Wellnhofer 2024-02-13 11:37:05 +01:00
parent 4d774612f3
commit e97b4d843f

View File

@ -21,7 +21,7 @@ LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML
LIBXML_VERSION_NUMBER=`expr $LIBXML_MAJOR_VERSION \* 10000 + $LIBXML_MINOR_VERSION \* 100 + $LIBXML_MICRO_VERSION`
if test -d .git ; then
extra=`git describe 2>/dev/null | sed 's+LIBXML[[0-9.]]*-++'`
extra=`git describe 2>/dev/null`
echo extra=$extra
if test "$extra" != ""
then