Initial standalone code, some stuff runs
[sdl_omap.git] / test / autogen.sh
CommitLineData
e14743d1 1#!/bin/sh
2#
3# Regenerate configuration files
4cp acinclude.m4 aclocal.m4
5found=false
6for autoconf in autoconf autoconf259 autoconf-2.59
7do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
8done
9if test x$found = xfalse; then
10 echo "Couldn't find autoconf, aborting"
11 exit 1
12fi