#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxlesstif() { gnxunwrap ${1} gnxfilelist start ${1} gnxconfigure --prefix=${PREFIX} --enable-build-20 --enable-build-21 --disable-debug --enable-production --disable-build-tests --with-xdnd gnxmake gnxmake install gnxfilelist finish ${1} } #eof