#!/bin/sh # Copyright (c) 1997 Guylhem AZNAR <guylhem@oeil.qc.ca> ./configure make echo echo echo "You must have root password to install AfterStepApps on systemwide dirs." echo "(press start to continue)" echo su root -c "make install ; make install.man" echo echo echo "You can now use AfterStepApps !" echo echo