public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/8] Makefile/configure cleanups
@ 2020-10-12 19:29 Jon Turney
  2020-10-12 19:29 ` [PATCH 1/8] Drop looking for w32api in winsup/w32api Jon Turney
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Jon Turney @ 2020-10-12 19:29 UTC (permalink / raw)
  To: cygwin-patches; +Cc: Jon Turney

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-13 18:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 19:29 [PATCH 0/8] Makefile/configure cleanups Jon Turney
2020-10-12 19:29 ` [PATCH 1/8] Drop looking for w32api in winsup/w32api Jon Turney
2020-10-12 19:29 ` [PATCH 2/8] Drop STDINCFLAGS overrides Jon Turney
2020-10-13 12:10   ` Corinna Vinschen
2020-10-13 17:36     ` Jon Turney
2020-10-13 18:11       ` Corinna Vinschen
2020-10-12 19:29 ` [PATCH 3/8] Remove AC_PROG_MAKE_SET Jon Turney
2020-10-12 19:29 ` [PATCH 4/8] Remove AC_ARG_PROGRAM/program_transform_name Jon Turney
2020-10-12 19:29 ` [PATCH 5/8] Drop AC_SUBST(LIBSERVER) Jon Turney
2020-10-12 19:29 ` [PATCH 6/8] Remove autoconf variable INSTALL_LICENSE Jon Turney
2020-10-12 19:29 ` [PATCH 7/8] Remove empty MT_SAFE and MT_SAFE_OBJECTS Jon Turney
2020-10-12 19:29 ` [PATCH 8/8] Remove unused doc/ug-info.xml Jon Turney
2020-10-13 12:10 ` [PATCH 0/8] Makefile/configure cleanups Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).