#!/bin/bash hvconfig_pre() { cd ${LFS_TMP}/${PACKAGE} aclocal autoheader autoconf libtoolize --force --automake automake -a --gnu --include-deps CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ --with-gnustepdir=/usr/share/GNUstep" }