OSDN Git Service

maint: update README-release to reflect we now have two libraries
authorJim Meyering <meyering@redhat.com>
Fri, 2 Mar 2012 13:51:58 +0000 (14:51 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 2 Mar 2012 13:51:58 +0000 (14:51 +0100)
* README-release: Two sets of library version triples to adjust.
* bootstrap: Tiny fix from gnulib.

README-release
bootstrap

index 2e5266c..286493d 100644 (file)
@@ -4,8 +4,9 @@ Here are most of the steps we (maintainers) follow when making a release.
 
     git checkout master; git pull
 
-* Adjust shared-library settings, CURRENT:REVISION:AGE in
-  libparted/Makefile.am, following instructions in the comments there.
+* Adjust shared-library settings, CURRENT:REVISION:AGE in both files,
+  libparted/{fs/,}Makefile.am
+  following the instructions in the comments there.
 
 * Run ./configure && make maintainer-clean
 
index c8ee3cc..31eb651 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -423,7 +423,7 @@ check_versions() {
       $use_git || continue
     fi
     # Honor $APP variables ($TAR, $AUTOCONF, etc.)
-    appvar=`echo $app | tr '[a-z]-' '[A-Z]_'`
+    appvar=`echo $app | LC_ALL=C tr '[a-z]-' '[A-Z]_'`
     test "$appvar" = TAR && appvar=AMTAR
     case $appvar in
         GZIP) ;; # Do not use $GZIP:  it contains gzip options.