Forked from
elpa / elpa
2230 commits behind the upstream repository.
-
Lorenz Huedepohl authored
PGI's compiler wants -module as the flag to specify the module output directory. Sadly, this is also a libtool argument, resulting in much sorrow. Thus, we have to escape -module by prefixing it with -Xcompiler. Sadly libtool is not used everywhere by automake, thus we have to remove it again in those cases were it would be passed to the compiler and cause sorrow there. Sad story. But with a happy ending?
Lorenz Huedepohl authoredPGI's compiler wants -module as the flag to specify the module output directory. Sadly, this is also a libtool argument, resulting in much sorrow. Thus, we have to escape -module by prefixing it with -Xcompiler. Sadly libtool is not used everywhere by automake, thus we have to remove it again in those cases were it would be passed to the compiler and cause sorrow there. Sad story. But with a happy ending?
remove_xcompiler 131 B