1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

update git-version-gen from gnulib

* build-aux/git-version-gen: Import from gnulib.
This commit is contained in:
Andy Wingo 2012-07-06 15:17:07 +02:00
parent e1fb0e811b
commit 826ce16e29

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Print a version string. # Print a version string.
scriptversion=2012-01-06.07; # UTC scriptversion=2012-03-18.17; # UTC
# Copyright (C) 2007-2012 Free Software Foundation, Inc. # Copyright (C) 2007-2012 Free Software Foundation, Inc.
# #
@ -92,6 +92,8 @@ Options:
Running without arguments will suffice in most cases." Running without arguments will suffice in most cases."
prefix=v
while test $# -gt 0; do while test $# -gt 0; do
case $1 in case $1 in
--help) echo "$usage"; exit 0;; --help) echo "$usage"; exit 0;;
@ -120,7 +122,6 @@ if test -z "$tarball_version_file"; then
fi fi
tag_sed_script="${tag_sed_script:-s/x/x/}" tag_sed_script="${tag_sed_script:-s/x/x/}"
prefix="${prefix:-v}"
nl=' nl='
' '