: # 1998-11-21 # This does the really-mfcf-ish things (/software/jpeg instead of libjpeg) what=`pwd|sed -e 's@^.*/@@' -e 's@^lib@@'` prefix=/.software/share/$what eprefix=/.software/arch/$what export CFLAGS="-O2" case "`uname -m`" in i?86) CFLAGS="$CFLAGS -m486" ;; esac ./configure \ --prefix=$prefix \ --exec-prefix=$eprefix \ --enable-shared \ --enable-static