#!/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


syntax highlighted by Code2HTML, v. 0.9.1