view test/autogen.sh @ 799:85960507bd2e

Bugfixes: some info about current framebuffer overwritten by some default values, and screen width must be multiple of 16 pixels to work correctly
author Patrice Mandin <patmandin@gmail.com>
date Fri, 06 Feb 2004 22:41:00 +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"