1 2 3 4 5 6 7 8 9
#!/bin/sh which gnome-autogen.sh || { echo "Could not find 'gnome-autgen.sh'. Is gnome-common installed?" exit 1 } . gnome-autogen.sh