view test/autogen.sh @ 1101:c8a51d169579

Revert back screen centering when using c2p
author Patrice Mandin <patmandin@gmail.com>
date Thu, 21 Jul 2005 22:21:51 +0000
parents 7207057447f5
children d94b080ff6ce
line wrap: on
line source

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

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