view test/autogen.sh @ 1170:bb1a52a8d3d6

Use the right libs in dynamic X11 loading.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 08 Nov 2005 01:34:28 +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"