mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
431 B

if [ "$prefix_auto" = 1 ] ; then
prefix=$ROCKCFG_PKG_E17_CORE_PREFIX
for dir in opt/e17 usr $ROCKCFG_PKG_E17_CORE_PREFIX ; do
[ -f "$root/$dir/lib/libImlib2.so" ] && prefix="$dir"
done
set_confopt
fi
if [ ! "$NO_E17_CHECK" -a ! -f "$root/$prefix/lib/libImlib2.so" ] ; then
abort "imlib2 is not installed (in prefix $prefix)!"
fi
# needed since e17 is currently CVS checkout only ...
preconf="NOCONFIGURE=1 sh autogen.sh"