bug#7142: [PATCH] build: fix build on Solaris 10 (original) (raw)

[Top][All Lists]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


From: Eric Blake
Subject: bug#7142: [PATCH] build: fix build on Solaris 10
Date: Tue, 5 Oct 2010 08:41:21 -0600


And the coreutils counterpart.

bootstrap | 16 +++++++++------- gnulib | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/bootstrap b/bootstrap index 7f0ee81..29802a1 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh

Print a version string.

-scriptversion=2010-09-30.21; # UTC +scriptversion=2010-10-05.14; # UTC

Bootstrap this package from checked-out sources.

@@ -351,7 +351,7 @@ check_versions() { app=libtoolize fi # Honor APPvariables(APP variables (APPvariables(TAR, $AUTOCONF, etc.)

} @@ -392,10 +392,12 @@ if test $use_libtool = 1; then fi

if ! printf "$buildreq" | check_versions; then

&2

diff --git a/gnulib b/gnulib index 7c2e368..ae0a6b2 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 7c2e36888a6f0d63557fc2b98a8c8f3d3cb73aa3 +Subproject commit ae0a6b2df106b7ed760cc393312997adf995cc3b

1.7.2.3