shevek / libspf2

Implementation of the Sender Policy Framework for SMTP authorization
http://www.libspf2.net/
37 stars 32 forks source link

edit configure.ac, fix out-of-source builds #18

Closed the-real-neil closed 7 years ago

the-real-neil commented 8 years ago

With a fresh source checkout, it's not possible to build out-of-source because src/include/spf_lib_version.h is generated in-source, giving errors of the form

make[4]: *** No rule to make target 'spf_lib_version.h', needed by 'all-am'.  Stop.

I have adjusted the path of the generated file by prepending the autoconf preset output variable srcdir so that the configure script generates spf_lib_version.h in the proper place.

the-real-neil commented 7 years ago

Wow, blast from the past! Thanks for the merge!