libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Some DJGPP tweaks


From: Tim Van Holder
Subject: RE: Some DJGPP tweaks
Date: Tue, 26 Jun 2001 20:00:28 +0200

> Looks good to me.  I await your patch ;-)

Will do; should it include autoconf.el itself, or should it
merely state that it is part of Emacs 21 (which may or may not be
released by the time libtool 1.5 hits the shelves)?

But first this small one: not all systems have a working ln -s,
so don't even try it.

2001-06-26  Tim Van Holder  <address@hidden>

        * bootstrap: Use cp -p instead of ln -s, for systems without
        symlinks.

Index: bootstrap
===================================================================
RCS file: /home/cvs/libtool/bootstrap,v
retrieving revision 1.17
diff -u -u -r1.17 bootstrap
--- bootstrap   2001/06/06 14:53:29     1.17
+++ bootstrap   2001/06/26 17:55:38
@@ -11,7 +11,7 @@
 : ${AUTOHEADER=autoheader}
 
 rm -f acinclude.m4
-ln -s libtool.m4 acinclude.m4
+cp -p libtool.m4 acinclude.m4
 # fake the libtool scripts
 touch ltmain.sh
 touch ltconfig




reply via email to

[Prev in Thread] Current Thread [Next in Thread]