All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: use AC_MSG_NOTICE rather than `echo`
@ 2009-01-17 16:25 Mike Frysinger
       [not found] ` <507595F2.6060009@gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2009-01-17 16:25 UTC (permalink / raw)
  To: reiserfs-devel

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 configure.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index a3cc867..dd3e353 100644
--- a/configure.in
+++ b/configure.in
@@ -193,5 +193,6 @@ AC_OUTPUT(
     debugreiserfs/Makefile 
     tune/Makefile)
 
-echo
-echo Type \'make\' to compile reiserfsprogs
+AC_MSG_NOTICE([
+
+Type 'make' to compile reiserfsprogs])
-- 
1.6.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-11 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-17 16:25 [PATCH] configure: use AC_MSG_NOTICE rather than `echo` Mike Frysinger
     [not found] ` <507595F2.6060009@gmail.com>
2012-10-11 15:54   ` Fwd: " Jeff Mahoney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.