Try deleting the shipped files manually. Those are usually:
configure \
config.h.in \
aclocal.m4 \
Makefile.in \
*/missing \
*/ltmain.sh \
*/install-sh \
*/depcomp \
*/config.sub \
*/config.guess \
*/compile \
*/lt~obsolete.m4 \
*/ltversion.m4 \
*/ltsugar.m4 \
*/ltoptions.m4 \
*/li
Hi,
I have a software project that uses GNU autotools for its build mechanism.
I was earlier building this project successfully on an *RHEL5.6* host
having *automake - 1.9.6, autoconf - 2.59, m4 - 1.4.5 and libtool - 1.5.22*
packages. Now I migrated to an *RHEL7.2* host having *automake - 1.15,
au