Description
Subversion's 'configure' script tries to create the 'packages/solaris/pkginfo' file after doing macro substitution in 'packages/solaris/pkginfo.in'. But as of 1.7, we are no longer shipping the 'packages' subdirectory. This results in tarballs for which configure will not complete successfully. Workaround: Comment out these lines from 'configure': SVN_CONFIG_SCRIPT_FILES="$SVN_CONFIG_SCRIPT_FILES packages/solaris/pkginfo" ac_config_files="$ac_config_files packages/solaris/pkginfo"