what=`pwd|sed -e 's@^.*/@@'` prefix=/.software/share/$what eprefix=/.software/arch/$what lprefix=/.software/local/$what export CFLAGS="-O2" case "`uname -m`" in i?86) CFLAGS="$CFLAGS -fno-strength-reduce -m486" ;; arm*) OPTS="--disable-asm build=arm-linuxelf" CFLAGS="-D__USE_GNU";; esac ./configure --prefix=$prefix \ --exec-prefix=$eprefix \ --sbindir=$eprefix/servers \ --with-x \ --without-rsh \ --with-path=`/bin/showpath u=user standard` \ --with-etcdir=$lprefix/config \ $OPTS