view test/autogen.sh @ 1158:ec446adf8cb2

POSIX clock_gettime() isn't available on Linux before 2.6, and the symbol may just be flat out missing from glibc, so force use of previous gettimeofday() behaviour for now.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 11 Oct 2005 20:05:54 +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"