]> git.ipfire.org Git - thirdparty/squid.git/commit
Windows: support customization of --prefix= via compat/autoconf.h
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 04:27:26 +0000 (22:27 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 04:27:26 +0000 (22:27 -0600)
commitcda5e7474d1310d7d233bd0c4ed1a23db6619a6d
treecd6c1832acb88dacd28312b4c82135748ffecf68
parente2cbb70e4afedb27195311203629816ca2ffe58d
Windows: support customization of --prefix= via compat/autoconf.h

Rather than defining DEFAULT_PREFIX on the compiler command line this
builds its value into autoconf.h for use whenever needed. Avoiding
otential issues with buggy Makefile.am coding.

Also allows the --prefix value to be sourced from the autoconf internal
default settings instead of requiring a manual --prefix parameter for
SNMP module to build and link properly.
configure.ac
src/snmp/Makefile.am