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

Andrew Beekhof andrew at beekhof.net
Thu Jun 25 17:10:15 EDT 2009


technically it should also say "pacemaker" instead of "linux-ha".
thanks for the reminder :-)

On Thu, Jun 25, 2009 at 9:57 PM, Lon Hohberger<lhh at redhat.com> wrote:
> # 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
>
> _______________________________________________
> Pacemaker mailing list
> Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>




More information about the Pacemaker mailing list