summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-06-13 10:31:33 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-06-13 10:38:21 -0700
commit29441fd7bc60ec6010e64f5e8b702c4b6290cec4 (patch)
treef0bbfb8d47c0b440aa1287a3e7423edebcda094e /ChangeLog
parent9ad0d4f1c595e5d430a3ffcf332e280b3f4cf965 (diff)
downloadgnulib-29441fd7bc60ec6010e64f5e8b702c4b6290cec4.tar.gz
getopt-gnu: port back to Solaris 10
* gnulib-tool (func_emit_lib_Makefile_am) (func_emit_tests_Makefile_am): Don’t substitute things like $(GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT), as this mishandles unistd and getopt-gnu, which breaks ‘make check’ on Solaris 10 with getopt-gnu. * pygnulib/GLEmiter.py (lib_Makefile_am, tests_Makefile_am): Likewise, albeit hackier since I did not test this and so went with a trivial hack instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b48760c6e7..084c430175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2021-06-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ getopt-gnu: port back to Solaris 10
+ * gnulib-tool (func_emit_lib_Makefile_am)
+ (func_emit_tests_Makefile_am): Don’t substitute things like
+ $(GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT),
+ as this mishandles unistd and getopt-gnu, which breaks
+ ‘make check’ on Solaris 10 with getopt-gnu.
+ * pygnulib/GLEmiter.py (lib_Makefile_am, tests_Makefile_am):
+ Likewise, albeit hackier since I did not test this and
+ so went with a trivial hack instead.
+
2021-06-13 Bruno Haible <bruno@clisp.org>
ialloc: Put appropriate license notice in source files.