bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] bootstrap: reinstate definition fo gnulib_mk.


From: Jim Meyering
Subject: [PATCH] bootstrap: reinstate definition fo gnulib_mk.
Date: Wed, 25 Jul 2018 00:15:47 -0700

FYI, I've just pushed this, with a typo in the subject line.

>From 1688c519e2cfd2f65b75ce6ebd36388a18d7b70c Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 25 Jul 2018 00:08:39 -0700
Subject: [PATCH] bootstrap: reinstate definition fo gnulib_mk.

That variable is used at least by cppi.
* build-aux/bootstrap (gnulib_mk): Restore definition.
This reverts the deletion from v0.1-1844-gc66dba9ba.
---
 ChangeLog           | 7 +++++++
 build-aux/bootstrap | 5 ++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 80dc2c244..6f0fb03e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-07-25  Jim Meyering  <address@hidden>
+
+       bootstrap: reinstate definition fo gnulib_mk.
+       That variable is used at least by cppi.
+       * build-aux/bootstrap (gnulib_mk): Restore definition.
+       This reverts the deletion from v0.1-1844-gc66dba9ba.
+
 2018-07-23  Bruno Haible  <address@hidden>

        doc: For module names, use texinfo markup @code{} or @samp{}.
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index ed3b0a4b7..6f74a0281 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2018-07-01.02; # UTC
+scriptversion=2018-07-25.07; # UTC

 # Bootstrap this package from checked-out sources.

@@ -142,6 +142,9 @@ die() { warn_ "$@"; exit 1; }

 # Configuration.

+# Name of the Makefile.am
+gnulib_mk=gnulib.mk
+
 # List of gnulib modules needed.
 gnulib_modules=

--
2.18.0



reply via email to

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