#!/bin/bash
cd $LFS/usr/src/gettext-*/ ||exit

#--disable-libasprintf: not needed in this chapter
#--disable-csharp: dont search for csharp compiler on host
./configure --prefix=/prelfs --disable-libasprintf --disable-csharp &&
make &&
#make check && #not recommended
make install
