Hi, I have configured the build system so that if user does not give a --prefix option when configuring it will default to /usr/local/axis2c. I have seen apache project also doing that by defaulting to /usr/local/apache2. Now AXIS2C_HOME setting is not a requirement of installation process. But since our samples use AXIS2C_HOME env to get the paths we still need to set it to use our samples. Apart from that now a user of axis2/C is not compelled to set AXIS2C_HOME env variable to use axis2/C.
I have also removed the requirement of setting LIBXML2_LIB or GUTHTHILA_LIB env variables. Because one can always set in LD_LIBRARY_PATH if those libraries are not in standard places. thanks damitha