[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS libtool does not bootstrap
From: |
Alexandre Duret-Lutz |
Subject: |
Re: CVS libtool does not bootstrap |
Date: |
Wed, 14 Apr 2004 08:49:35 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
>>> "Gary" == Gary V Vaughan <address@hidden> 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 <address@hidden>
* 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