[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE:About a mass bug report not based on Sid or Jessie.



> It may be that libgc upstream's autogen.sh script is not really 'right' in
> some way. But there may well be a lot of upstreams like that, which is
> why maintainers need clear guidance on how to deal with this, without
> having to become autotools experts. i.e how to determine when they can
> just run dh_autoreconf and when they need to do something more
> involved.

for example in my package hkl (I am also the upstream), the autogen.sh
also run gtkdocize
#!/bin/sh

test -d m4 || mkdir m4
gtkdocize || exit 1
autoreconf -ivf


Reply to: