]> Savannah Git Hosting - gnulib.git/commit
getopt-gnu: port back to Solaris 10
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Jun 2021 17:31:33 +0000 (10:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Jun 2021 17:38:21 +0000 (10:38 -0700)
commit29441fd7bc60ec6010e64f5e8b702c4b6290cec4
treef0bbfb8d47c0b440aa1287a3e7423edebcda094e
parent9ad0d4f1c595e5d430a3ffcf332e280b3f4cf965
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.
ChangeLog
gnulib-tool
pygnulib/GLEmiter.py