This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Pre-hook?
>>>>> "Samuel" == Samuel Meder <meder@mcs.anl.gov> 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