Control: tags -1 patch On 2015-11-02 Helmut Grohne <hel...@subdivi.de> wrote: > Source: findutils > Version: 4.4.2-9 > Severity: wishlist > User: helm...@debian.org > Usertags: rebootstrap
> Hi, > while working with the findutils package (to make it work for > musl-linux-any), I noticed that it cannot be autoreconfed with > aclocal-1.15. [...] Hello Helmut, this is easily fixed by dropping AM_C_PROTOTYPES which is unused anyway. cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
Description: Stop usig obsolete AM_C_PROTOTYPES macro. AM_C_PROTOTYPES was dropped in automake 1.12 and was used for building on non-ANSI (K&R) C-compilers. This is already included in find 4.5.x, see 7c179fb23d37e1ebcac868d7b6ddc0822865c32a Author: Andreas Metzler <ametz...@debian.org> Origin: vendor Bug-Debian: https://bugs.debian.org/803740 Forwarded: not-needed Last-Update: 2015-11-04 --- findutils-4.4.2.orig/configure.ac +++ findutils-4.4.2/configure.ac @@ -77,8 +77,6 @@ AC_PROG_CPP dnl for gnulib gl_EARLY -AM_C_PROTOTYPES - AC_PROG_INSTALL AC_PROG_RANLIB dnl AC_PROG_LIBTOOL