]> Savannah Git Hosting - gnulib.git/commitdiff
fopen-gnu: Make this module work again (regression 2022-01-03).
authorBruno Haible <bruno@clisp.org>
Mon, 6 Jun 2022 14:34:48 +0000 (16:34 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 31 Aug 2022 23:09:21 +0000 (01:09 +0200)
Reported by Nelson H. F. Beebe <beebe@math.utah.edu> in
<https://lists.gnu.org/archive/html/platform-testers/2022-04/msg00005.html>.

* modules/fopen-gnu (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.

ChangeLog
modules/fopen-gnu

index 7c9319f33f2751c060705c446181aaf2b8fea370..ae99d319c92902a520c33f99072a4d399966331d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-06-06  Bruno Haible  <bruno@clisp.org>
+
+       fopen-gnu: Make this module work again (regression 2022-01-03).
+       Reported by Nelson H. F. Beebe <beebe@math.utah.edu> in
+       <https://lists.gnu.org/archive/html/platform-testers/2022-04/msg00005.html>.
+       * modules/fopen-gnu (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
+
 2022-06-06  Bruno Haible  <bruno@clisp.org>
 
        getlogin, getlogin_r tests: Avoid test failure in specific environments.
index 86635a140b04b56fd987f7d344294c1d5071835a..8903508986dee16cdf9b037077099f14123f172d 100644 (file)
@@ -20,6 +20,7 @@ if test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1; then
   gl_PREREQ_FOPEN
 fi
 gl_MODULE_INDICATOR([fopen-gnu])
+gl_STDIO_MODULE_INDICATOR([fopen-gnu])
 
 Makefile.am: