On Oct 12 20:29, Jon Turney wrote: > Some Makefile.in and configure.ac cleanups and de-cruftification. This is > preparatory to an Automakeification series still being worked on. > > For ease of reviewing, this patch doesn't contain changes to generated files > which would be made by a autoreconf. > > Jon Turney (8): > Drop looking for w32api in winsup/w32api > Drop STDINCFLAGS overrides > Remove AC_PROG_MAKE_SET > Remove AC_ARG_PROGRAM/program_transform_name > Drop AC_SUBST(LIBSERVER) > Remove autoconf variable INSTALL_LICENSE > Remove empty MT_SAFE and MT_SAFE_OBJECTS > Remove unused doc/ug-info.xml > > winsup/Makefile.in | 4 +--- > winsup/acinclude.m4 | 2 -- > winsup/configure.ac | 6 ------ > winsup/cygserver/configure.ac | 2 -- > winsup/cygwin/Makefile.in | 9 --------- > winsup/cygwin/configure.ac | 18 ------------------ > winsup/doc/ug-info.xml | 36 ----------------------------------- > winsup/lsaauth/configure.ac | 2 -- > winsup/utils/Makefile.in | 4 +--- > winsup/utils/configure.ac | 2 -- > 10 files changed, 2 insertions(+), 83 deletions(-) > delete mode 100644 winsup/doc/ug-info.xml > > -- > 2.28.0
Apart from my single, minor nit, LGTM. Corinna