#!/bin/bash source ../cascade-make/lib/cascade-lib.bash for d in INTLTOOL GETTEXT 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 if [ $install = "1" ] ; then touch "$GEXTGNOME_INSTALLED/lib/pkgconfig/.fixed-prefix.awk" fi