#!/bin/bash # Setting default configure options for all scripts CONFIGURE_OPTS="\ --prefix=/usr \ --sysconfdir=/etc \ ${CONFIGURE_OPTS}"