]> git.wh0rd.org - patches.git/blob - libtool-use-AC_MSG_RESULT.patch
sync vapier-m
[patches.git] / libtool-use-AC_MSG_RESULT.patch
1 2007-08-19 Mike Frysinger <vapier@gentoo.org>
2
3 * libtool.m4 (_LT_AC_TAGCONFIG): Use AC_MSG_RESULT rather than echo.
4
5 Index: libtool.m4
6 ===================================================================
7 RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
8 retrieving revision 1.314.2.187
9 diff -u -p -r1.314.2.187 libtool.m4
10 --- libtool.m4 16 Aug 2007 18:23:24 -0000 1.314.2.187
11 +++ libtool.m4 20 Aug 2007 03:03:33 -0000
12 @@ -1871,7 +1871,7 @@ if test -f "$ltmain" && test -n "$tagnam
13
14 # Update the list of available tags.
15 if test -n "$tagname"; then
16 - echo appending configuration tag \"$tagname\" to $ofile
17 + AC_MSG_RESULT([appending configuration tag \"$tagname\" to $ofile])
18
19 case $tagname in
20 CXX)