source: gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE.sh@ 23026

Last change on this file since 23026 was 22825, checked in by sjm84, 14 years ago

Added gettext to the packages and adjusted the necessary environment variables to help it compile

  • Property svn:executable set to *
File size: 243 bytes
Line 
1#!/bin/bash
2
3for d in INTLTOOL GETTEXT PKG-CONFIG LIBXML GLIB LIBGSF; do
4 echo " Running CASCADE-MAKE/$d.sh"
5
6 ./CASCADE-MAKE/$d.sh $*
7
8 if [ $? != 0 ] ; then
9 echo "Error encountered running CASCADE-MAKE/$d.sh"
10 exit 1
11 fi
12done
Note: See TracBrowser for help on using the repository browser.