[Pacemaker] [PATCH] autogen.sh: Fix error messages for autoconf/libtool

Lon Hohberger lhh at redhat.com
Thu Jun 25 15:57:20 EDT 2009


# HG changeset patch
# User lhh at redhat.com
# Date 1245958914 14400
# Branch stable-1.0
# Node ID 8279c256a6cd5448bb1ccd1d5aad11b31fb8f167
# Parent  6dede86d6105786af3a5321ccf66b44b6914f0aa
autogen.sh: Fix error messages for autoconf/libtool

diff -r 6dede86d6105 -r 8279c256a6cd autogen.sh
--- a/autogen.sh	Fri Jun 05 12:01:45 2009 +0200
+++ b/autogen.sh	Thu Jun 25 15:41:54 2009 -0400
@@ -117,7 +117,7 @@
 done
 
 if [ -z $autoconf ]; then 
-    echo You must have automake installed to compile the linux-ha package.
+    echo You must have autoconf installed to compile the linux-ha package.
     echo Download the appropriate package for your system,
     echo or get the source tarball at: $gnu/autoconf/
     exit 1
@@ -129,7 +129,7 @@
     exit 1
 
 elif [ -z $libtool ]; then 
-    echo You must have automake installed to compile the linux-ha package.
+    echo You must have libtool installed to compile the linux-ha package.
     echo Download the appropriate package for your system,
     echo or get the source tarball at: $gnu/libtool/
     exit 1




More information about the Pacemaker mailing list