#!/bin/bash set -e ./configure --prefix=/usr \ --without-guile \ --host="${LFS_TGT}" \ --build="$(build-aux/config.guess)" && make && make DESTDIR="${LFS}" -j1 install