bug-gnulib
[Top][All Lists]
Advanced

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

Re: CentOS 7 and %reldir% not replaced?


From: Simon Josefsson
Subject: Re: CentOS 7 and %reldir% not replaced?
Date: Tue, 22 Feb 2022 11:45:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Bruno Haible <bruno@clisp.org> writes:

> Simon Josefsson wrote:
>> diff --git a/build-aux/bootstrap b/build-aux/bootstrap
>> index dc2238f4ad..771ef65d22 100755
>> --- a/build-aux/bootstrap
>> +++ b/build-aux/bootstrap
>> @@ -675,7 +675,7 @@ fi
>>  # If either is not listed, add it (with minimum version) as a
>> prerequisite.
>>  case $buildreq in
>>    *automake*) ;;
>> -  *) buildreq="automake 1.9
>> +  *) buildreq="automake 1.14
>>  $buildreq" ;;
>>  esac
>>  case $buildreq in
>
> Can 'bootstrap' be used without gnulib-tool? I would guess yes.

Good point.  How about this instead?

/Simon

diff --git a/gnulib-tool b/gnulib-tool
index 99854415ba..9ee7560209 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -3861,7 +3861,7 @@ func_emit_lib_Makefile_am ()
     if test -n "$uses_subdirs"; then
       subdir_options=' subdir-objects'
     fi
-    echo "AUTOMAKE_OPTIONS = 1.11 gnits${subdir_options}"
+    echo "AUTOMAKE_OPTIONS = 1.14 gnits${subdir_options}"
   fi
   echo
   if test -z "$makefile_name"; then
@@ -4261,7 +4261,7 @@ func_emit_tests_Makefile_am ()
   if test -n "$uses_subdirs"; then
     subdir_options=' subdir-objects'
   fi
-  echo "AUTOMAKE_OPTIONS = 1.11 foreign${subdir_options}"
+  echo "AUTOMAKE_OPTIONS = 1.14 foreign${subdir_options}"
   echo
   if $for_test && ! $single_configure; then
     echo "ACLOCAL_AMFLAGS = -I ${testsbase_inverse}/${m4base}"

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]