Changeset 374

Show
Ignore:
Timestamp:
06/09/08 14:02:19 (5 months ago)
Author:
powell
Message:

Clarification of what we're building.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/macros/autogen.sh

    r310 r374  
    66(autoconf --version) < /dev/null > /dev/null 2>&1 || { 
    77  echo 
    8   echo "**Error**: You must have \`autoconf' installed to compile Gnome." 
     8  echo "**Error**: You must have \`autoconf' installed to compile Ternary." 
    99  echo "Download the appropriate package for your distribution," 
    1010  echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" 
     
    1515  (libtool --version) < /dev/null > /dev/null 2>&1 || { 
    1616    echo 
    17     echo "**Error**: You must have \`libtool' installed to compile Gnome." 
     17    echo "**Error**: You must have \`libtool' installed to compile Ternary." 
    1818    echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz" 
    1919    echo "(or a newer version if it is available)" 
     
    2626  (gettext --version) < /dev/null > /dev/null 2>&1 || { 
    2727    echo 
    28     echo "**Error**: You must have \`gettext' installed to compile Gnome." 
     28    echo "**Error**: You must have \`gettext' installed to compile Ternary." 
    2929    echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" 
    3030    echo "(or a newer version if it is available)" 
     
    3737  (gettext --version) < /dev/null > /dev/null 2>&1 || { 
    3838    echo 
    39     echo "**Error**: You must have \`gettext' installed to compile Gnome." 
     39    echo "**Error**: You must have \`gettext' installed to compile Ternary." 
    4040    echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" 
    4141    echo "(or a newer version if it is available)" 
     
    4646(automake --version) < /dev/null > /dev/null 2>&1 || { 
    4747  echo 
    48   echo "**Error**: You must have \`automake' installed to compile Gnome." 
     48  echo "**Error**: You must have \`automake' installed to compile Ternary." 
    4949  echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz" 
    5050  echo "(or a newer version if it is available)"