|
Re: CVS libtool does not bootstrap: msg#00067gnu.libtool.bugs
>>> "Gary" == Gary V Vaughan <gary@xxxxxxx> writes: Gary> -----BEGIN PGP SIGNED MESSAGE----- Gary> Hash: SHA1 Gary> Odd... Works for me (I have made another commit since you posted Gary> though): The difference is that I was upgrading for an old version, not doing a fresh checkout. The following patch did the trick. Then I get ltdl.c:30:25: lt_dlloader.h: No such file or directory like Peter. 2004-04-14 Alexandre Duret-Lutz <adl@xxxxxxx> * bootstrap: Delete acinclude.m4. Index: bootstrap =================================================================== RCS file: /cvsroot/libtool/libtool/bootstrap,v retrieving revision 1.42 diff -u -r1.42 bootstrap --- bootstrap 4 Mar 2004 17:45:43 -0000 1.42 +++ bootstrap 14 Apr 2004 06:44:58 -0000 @@ -1,7 +1,7 @@ #! /bin/sh # bootstrap -- Helps bootstrapping libtool, when checked out from CVS. # -# Copyright (C) 2003 Free Software Foundation +# Copyright (C) 2003, 2004 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,6 +33,9 @@ WARNING: them with `libtool.m4' as shipped with this distribution. WARNING: After that, retry this bootstrap. EOF + +# Delete stale acinclude.m4 from previous libtool versions. +rm -f acinclude.m4 rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print` -- Alexandre Duret-Lutz |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: CVS libtool does not bootstrap: 00067, Peter O'Gorman |
|---|---|
| Next by Date: | Re: CVS libtoolize wants to read unexisting aclocal.m4: 00067, Gary V . Vaughan |
| Previous by Thread: | Re: CVS libtool does not bootstrapi: 00067, Peter O'Gorman |
| Next by Thread: | Re: CVS libtool does not bootstrap: 00067, Gary V . Vaughan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |