2008-03-02 Jim Meyering <meyering@redhat.com>
+ * build-aux/git-version-gen: Adjust a comment and the Usage string.
+
bootstrap: sync from coreutils again
* build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
#!/bin/sh
# Print a version string.
-scriptversion=2008-02-08.11
+scriptversion=2008-03-02.16
# Copyright (C) 2007 Free Software Foundation
#
# It may be run two ways:
# - from a git repository in which the "git describe" command below
# produces useful output (thus requiring at least one signed tag)
-# - from a non-git-repo directory containing a .version file, which
+# - from a non-git-repo directory containing a .tarball-version file, which
# presumes this script is invoked like "./git-version-gen .tarball-version".
case $# in
1) ;;
- *) echo 1>&2 "Usage: $0 \$srcdir/.version"; exit 1;;
+ *) echo 1>&2 "Usage: $0 \$srcdir/.tarball-version"; exit 1;;
esac
tarball_version_file=$1