• Vladislav Vaintroub's avatar
    Bug#51607: Automake distcheck target broken. · 6d7a8c01
    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.
    6d7a8c01
choose_configure.sh 397 Bytes