On Mon, 2013-03-25 at 15:03 -0600, Orion Poplawski wrote:

> automake -f -a -c
> 
> to force it to copy in all needed files again.

Just run:

autoreconf -v -f -i

always.  Better, ensure the upstream has an autogen.sh containing
whatever they need to do to build from actual revision control (as
opposed to tarballs).  Typically, an autogen.sh which contains:

#!/bin/sh
exec autoreconf -v -f -i

is sufficient, unless gtk-doc or intltool are involved.


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to