view test/autogen.sh @ 982:7207057447f5

Add missing --add-missing
author Patrice Mandin <patmandin@gmail.com>
date Sat, 20 Nov 2004 20:57:28 +0000
parents 74212992fb08
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"