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.

20 lines
580 B

  1. if [ "$prefix_auto" = 1 ] ; then
  2. prefix=$ROCKCFG_PKG_E17_CORE_PREFIX
  3. for dir in opt/e17 usr $ROCKCFG_PKG_E17_CORE_PREFIX ; do
  4. [ -f "$root/$dir/lib/libImlib2.so" ] && prefix="$dir"
  5. done
  6. set_confopt
  7. fi
  8. if [ ! "$NO_E17_CHECK" -a ! -f "$root/$prefix/lib/libImlib2.so" ] ; then
  9. abort "imlib2 is not installed (in prefix $prefix)!"
  10. fi
  11. # needed since e17 is currently CVS checkout only ...
  12. # and fixup the damn autogen.sh ...
  13. preconf="cp autogen.sh autogen.sh.old
  14. sed s/$USER/stupid/ autogen.sh.old > autogen.sh
  15. sh autogen.sh $enablecxx"
  16. #sh autogen.sh $confopt --enable-cxx"