#!/bin/bash for d in INTLTOOL PKG-CONFIG LIBXML GLIB LIBGSF; do echo " Running CASCADE-MAKE/$d.sh" ./CASCADE-MAKE/$d.sh $* if [ $? != 0 ] ; then echo "Error encountered running CASCADE-MAKE/$d.sh" exit 1 fi done