Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:fab5dca74c099b1663dce30d9e11c2d83ecf3078
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Mon Jul 25 09:54:49 2022 +0100
Parents..:54660e5b08524bd8746f7492bb4f88d294477543

Message
gnulib: remove use of deprecated module non-recursive-gnulib-prefix-hack

Use gnulib-tool’s --automake-subdir option instead.

Thanks, Bruno Haible.

Changes
diff --git a/bootstrap.conf b/bootstrap.conf
line changes: +1/-4
index 9d5f694..d688891
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -33,7 +33,6 @@ gnulib_modules="
     gnupload
     maintainer-makefile
     mbsrtowcs
-    non-recursive-gnulib-prefix-hack
     progname
     propername
     readme-release
@@ -81,7 +80,7 @@ if test $gettext_external = 1; then
   '
 fi
 
-gnulib_tool_option_extras="--makefile-name=gnulib.mk"
+gnulib_tool_option_extras="--makefile-name=gnulib.mk --automake-subdir"
 
 # Build prerequisites
 buildreq="\
@@ -95,8 +94,6 @@ bootstrap_post_import_hook ()
 {
   # Automake requires that ChangeLog exist.
   touch ChangeLog || return 1
-  # Massage lib/gnulib.mk before using it later in the bootstrapping process.
-  build-aux/prefix-gnulib-mk --lib-name=$gnulib_name lib/$gnulib_mk
 }
 
 # File that should exist in the top directory of a checked out hierarchy,

diff --git a/build-aux/.gitignore b/build-aux/.gitignore
line changes: +0/-1
index e6835de..8828c65
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -20,5 +20,4 @@
 /useless-if-before-free
 /vc-list-files
 /gnu-web-doc-update
-/prefix-gnulib-mk
 /gitlog-to-changelog

diff --git a/configure.ac b/configure.ac
line changes: +1/-5
index 6d52c41..9a76cb8
--- a/configure.ac
+++ b/configure.ac
@@ -17,11 +17,7 @@ AC_INIT([GNU Hello],
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([
-	1.11.1
-	readme-alpha
-	subdir-objects
-])
+AM_INIT_AUTOMAKE([1.11.1 readme-alpha subdir-objects])
 
 dnl Minimum Autoconf version required.
 AC_PREREQ([2.64])

diff --git a/gnulib b/gnulib
line changes: +1/-1
index bbaba6c..f00af4b
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit bbaba6ce591b94c8fca491f4ef019187cd171521
+Subproject commit f00af4baf2c7416c5d7c4674c072ef2a51e40668

This website is licensed under AGPL-3.0. Feel free to copy!