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