how to patch configure.ac and not require autotools

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Sun Jun 11 17:59:39 UTC 2006


wart at kobold.org (Wart) writes:

> 'touch', not patch.
>
> I run into this quite a lot.  In addition to patching both configure.ac
> and configure.in, you'll need to 'touch' all of the "Makefile.in" files
> in the package, since they likely have a dependency on configure.in.

That's only needed for projects whose authors do not use AM_MAINTAINER_MODE.

Instead of touching all Makefile.in's you could restore the original
timestamp with:

| touch -r configure configure.stamp
| ... patch configure ...
| touch -r configure.stamp configure



Enrico
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 480 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-extras-list/attachments/20060611/aeaf1eff/attachment.sig>


More information about the fedora-extras-list mailing list