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

Re: Intention to do a(nother) NMU of dpkg



At 06:37 -0700 1998-06-24, James Troup wrote:
>  * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
>    egcs' --print-libgcc-file-name output. [#20353]

Actually, that isn't a correct fix, aclocal.m4 gets clobbered by running
'aclocal'. Here is the correct fix:

--- automake/tl_canon.m4~       Tue May 13 10:11:18 1997
+++ automake/tl_canon.m4        Wed Jun 24 15:56:35 1998
@@ -65,7 +65,7 @@ if test "${GCC-no}" = "yes"; then
 changequote(, )dnl
   libgcc="`${CC} --print-libgcc-file-name`"
   host_alias="`echo ${libgcc} |
-       sed -e 's,^.*/gcc-lib/,,; s,/libgcc\.a$,,; s,/[0-9.][0-9.]*$,,'`"
+       sed -e 's,^.*/gcc-lib/,,; s,/libgcc\.a$,,; s,/.*[0-9.][0-9.]*$,,'`"
   case ${host_alias} in
    *-linux{,elf,aout})
     host_alias="`echo ${host_alias} | sed 's/\([^-]*\)-linux.*/\1/'`"
--
Joel "Espy" Klecker    Debian GNU/Linux Developer    <mailto:jk@espy.org>
<http://www.espy.org/>                          <ftp://ftp.espy.org/pub/>


--  
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: