#!/bin/shecho"Generating build information using autopoint, aclocal, autoheader, automake, and autoconf."echo# Regerate configuration files
autopoint
aclocal
autoheader
automake--gnu--add-missing--copy
autoconf
echoecho"Now you are ready to run ./configure"