view test/autogen.sh @ 619:bf816ce70144

Disable MacOS X screensaver for duration of application run by triggering a "UsrActivity" alert every five seconds in the Quartz PumpEvents implementation.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 22 May 2003 06:28:40 +0000
parents 74212992fb08
children 7207057447f5
line wrap: on
line source

#!/bin/sh
#
aclocal
automake --foreign
autoconf

# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"