#!/bin/sh
/bin/rm-fconfigureconfig.hconfig.h.insrc/lib/Makefile.in
AUTOCONF=$(whichautoconf)AUTOMAKE=$(whichautomake)LIBTOOL=$(whichlibtool)LIBTOOLIZE=$(whichlibtoolize)AUTORECONF=$(whichautoreconf)iftest-z$AUTOCONF;thenecho"autoconf is missing: please install it and try again"exitfiiftest-z$AUTOMAKE;thenecho"automake is missing: please install it and try again"exitfiiftest-z$LIBTOOL&&test-z$LIBTOOLIZE;thenecho"libtool and libtoolize is missing: please install it and try again"exitfiiftest-z$AUTORECONF;thenecho"autoreconf is missing: please install it and try again"exitfi
autoreconf-ivf
./configure$*