>>>>> "Samuel" == Samuel Meder <[EMAIL PROTECTED]> writes:
Samuel> I've been working a bit at converting openssl to use auto Samuel> tools for the build process and since I want to avoid touching Samuel> source code as much as possible I had to find a way to set up Samuel> links between header files in the source directories and Samuel> $(top_srcdir)/include/openssl before building anything. For links one ordinarily uses AC_LINK_FILES in configure. Tom