Hi, I've successfully built subversion 1.6 on CentOS 5.9 in past and using it for years now., now we plan to upgrade it to Subversion 1.9.5.
Version of CentOS is also upgraded to 7 but i'm getting the following error while I run : sudo ./autogen.sh buildcheck: checking installation... buildcheck: autoconf version 2.69 (ok) buildcheck: autoheader version 2.69 (ok) buildcheck: libtool version 2.4.2 (ok) buildcheck: local copy of find_apr.m4 does not match APR's copy. An updated copy of find_apr.m4 may need to be checked in. buildcheck: local copy of PrintPath does not match APR's copy. An updated copy of PrintPath may need to be checked in. buildcheck: local copy of find_apu.m4 does not match APRUTIL's copy. An updated copy of find_apu.m4 may need to be checked in. ./autogen.sh: line 83: cd: /bin/../share/aclocal: No such file or directory /libtool.m4 not found (try setting the LIBTOOL_M4 environment variable) I've tried setting the LIBTOOL_M4 variable to /usr/bin/libtool but does not help. Does somebody faced this issue in past? I've also tried to google it but does not get a concrete answer. Regards Ravi.