From: Alexandre Oliva Date: Tue, 25 May 1999 16:07:40 +0000 (+0000) Subject: * doc/libtool.texi: fix "wierd" typo :) X-Git-Tag: release-1-3-2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19da25b0761114139f69e0ae7961e475e44e76b2;p=thirdparty%2Flibtool.git * doc/libtool.texi: fix "wierd" typo :) * ltmain.in: strip off the .exe suffix only on *Win (Reported by Matthew D. Langston ) --- diff --git a/AUTHORS b/AUTHORS index 87565cf1d..e2b071369 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,4 +6,3 @@ Gordon Matzigkeit. Designed and implemented libtool. Alexandre Oliva . Co-maintainer. Thomas Tanner . Co-maintainer. Gary V. Vaughan . Co-maintainer. - diff --git a/doc/libtool.texi b/doc/libtool.texi index 6362f2c48..73e6a1f9c 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1839,7 +1839,7 @@ Nevertheless, it is advisable to include a copy of @file{libtool.m4} in @file{configure} are rebuilt for any reason, the appropriate libtool macros will be used. The alternative is to hope the user will have a compatible version of @file{libtool.m4} installed and accessible for -@code{aclocal}. This may lead to wierd errors when versions don't +@code{aclocal}. This may lead to weird errors when versions don't match. @node Distributing diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index 632c37a96..12bdcbbf1 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -42,4 +42,3 @@ local-install-files: $(DISTFILES) || cp -p $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \ fi; \ done -