Control: tags -1 + patch On Sun, Aug 05, 2018 at 08:55:32AM +0200, Helmut Grohne wrote: > Scanning the recent upload history, automake-1.16 looks suspicious now.
Yes, it looks like a missing Makefile.am dependency. The attached patch makes it build. Helmut
--- libtextwrap-0.1.orig/Makefile.am +++ libtextwrap-0.1/Makefile.am @@ -9,3 +9,4 @@ bin_PROGRAMS = dotextwrap dotextwrap_SOURCES = dotextwrap.c dotextwrap_LDADD = -ltextwrap +EXTRA_dotextwrap_DEPENDENCIES = libtextwrap.la