Changeset 374
- Timestamp:
- 06/09/08 14:02:19 (5 months ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/macros/autogen.sh (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/macros/autogen.sh
r310 r374 6 6 (autoconf --version) < /dev/null > /dev/null 2>&1 || { 7 7 echo 8 echo "**Error**: You must have \`autoconf' installed to compile Gnome."8 echo "**Error**: You must have \`autoconf' installed to compile Ternary." 9 9 echo "Download the appropriate package for your distribution," 10 10 echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" … … 15 15 (libtool --version) < /dev/null > /dev/null 2>&1 || { 16 16 echo 17 echo "**Error**: You must have \`libtool' installed to compile Gnome."17 echo "**Error**: You must have \`libtool' installed to compile Ternary." 18 18 echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz" 19 19 echo "(or a newer version if it is available)" … … 26 26 (gettext --version) < /dev/null > /dev/null 2>&1 || { 27 27 echo 28 echo "**Error**: You must have \`gettext' installed to compile Gnome."28 echo "**Error**: You must have \`gettext' installed to compile Ternary." 29 29 echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" 30 30 echo "(or a newer version if it is available)" … … 37 37 (gettext --version) < /dev/null > /dev/null 2>&1 || { 38 38 echo 39 echo "**Error**: You must have \`gettext' installed to compile Gnome."39 echo "**Error**: You must have \`gettext' installed to compile Ternary." 40 40 echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" 41 41 echo "(or a newer version if it is available)" … … 46 46 (automake --version) < /dev/null > /dev/null 2>&1 || { 47 47 echo 48 echo "**Error**: You must have \`automake' installed to compile Gnome."48 echo "**Error**: You must have \`automake' installed to compile Ternary." 49 49 echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz" 50 50 echo "(or a newer version if it is available)"