Its tests are hopelessly failing now, it is complex to debug (and I'm too ignorant about its aims and its implementation to do so), and anyway it should probably be rewritten to take better advantage of GNU make and Automake-NG features. So let's drop it for now, to avoid slowing down the Automake-NG development. Anyone interested in the 'multilib' will send patches re-implementing it after out first Automake-NG beta is out. Probably several months from now.
* contrib/multilib/README, contrib/multilib/config-ml.in, * contrib/multilib/multi.m4, contrib/multilib/multilib.am, * contrib/multilib/symlink-tree, t/help-multilib.sh, * t/multlib.sh: Remove. * Makefile.am (EXTRA_DIST): Adjust. Signed-off-by: Stefano Lattarini <[email protected]> Makefile.am | 5 - contrib/multilib/README | 9 - contrib/multilib/config-ml.in | 876 ----------------------------------------- contrib/multilib/multi.m4 | 64 --- contrib/multilib/multilib.am | 46 --- contrib/multilib/symlink-tree | 78 ---- t/help-multilib.sh | 34 -- t/multlib.sh | 162 -------- 8 files changed, 1274 deletions(-) -*-*-*- I'm not sending the actual PATH because it would be just noise. Here is the only diff that doesn't trivially follow from the diffstat below: diff --git a/Makefile.am b/Makefile.am index 217f2ba..412f168 100644 --- a/Makefile.am +++ b/Makefile.am @@ -524,11 +524,6 @@ $(srcdir)/doc/amhello-1.0.tar.gz: $(amhello_sources) $(srcdir)/configure.ac EXTRA_DIST += \ contrib/check-html.am \ - contrib/multilib/README \ - contrib/multilib/config-ml.in \ - contrib/multilib/symlink-tree \ - contrib/multilib/multilib.am \ - contrib/multilib/multi.m4 \ contrib/README Regards, Stefano
