• Vladislav Vaintroub's avatar
    Bug#51607: Automake distcheck target broken. · cb0d6611
    Vladislav Vaintroub authored
    Reason for the error was that ./configure wrapper script was  not 
    safe for VPATH builds used by "make distcheck", specifically it expected configure.am to be in the current directory.
    
    Fix changes configure wrapper to resolve script names relative 
    to configure script path.
    
    Also, use $top_srcdir/configure.am instead of configure.am in dist-hook to be more VPATH friendly.
    cb0d6611
choose_configure.sh 397 Bytes