From 23619c44e5dc4ffe59a4f730deb39d64275740cd Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 3 Jun 2004 23:18:59 +0000 Subject: [PATCH] Rene Rebe, Alex : * added makeinfo test to Check-System git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3155 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Check-System | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/Check-System b/scripts/Check-System index 6498178b5..d9d84638e 100755 --- a/scripts/Check-System +++ b/scripts/Check-System @@ -59,6 +59,15 @@ if [ -z "`type -p bzip2`" ] ; then found_error=1 fi +if [ -z "`type -p makeinfo`" ] ; then + echo + echo "Paranoia Check: Program 'makeinfo' not found!" + echo "The makeinfo program is needed for translating Texinfo" + echo "documents. Please make sure that a current version of the" + echo "texinfo package (including makeinfo) is installed on your system." + found_error=1 +fi + case $BASH_VERSION in 2.05b*) ;; *) echo "The running bash version is not listed as supported version"