1#!/bin/sh
2# Copyright (c) 1997 Guylhem AZNAR <guylhem@oeil.qc.ca>
3
4./configure
5make
6
7echo
8echo
9echo "You must have root password to install AfterStepApps on systemwide dirs."
10echo "(press start to continue)"
11echo
12
13su root -c "make install ; make install.man"
14
15echo
16echo
17echo "You can now use AfterStepApps !"
18echo
19echo
20