summaryrefslogtreecommitdiffstats
path: root/swat/help
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-02-15 22:51:15 +0000
committerAlexander Bokovoy <ab@samba.org>2003-02-15 22:51:15 +0000
commit643172ac1a9b53823d704690eb03120074bbef78 (patch)
tree90a40473136d394ca45548519ff7c2e634b5989f /swat/help
parentdc934412b0190ea75073cccddac45e74ebcd4a6b (diff)
downloadsamba-643172ac1a9b53823d704690eb03120074bbef78.tar.gz
samba-643172ac1a9b53823d704690eb03120074bbef78.tar.xz
samba-643172ac1a9b53823d704690eb03120074bbef78.zip
Third-party configuration scripts may produce undesirable additions to CFLAGS/CPPFLAGS
and LIBS/LDFALGS. In particular, they often don't check where the appropriate libraries were installed and pass -I/usr/include and -L/usr/lib as part of CFLAGS/LDFLAGS. While the latter isn't dangerous, passing system include directory through -I lead to change of its status in CPP from system to user-defined in many cases. This patch cleans up CFLAGS/CPPFLAGS from errorenous -I/usr/include and LIBS/LDFLAGS from -L/usr/lib. This is done as two m4 macros which are called before AC_OUTPUT.
Diffstat (limited to 'swat/help')
0 files changed, 0 insertions, 0 deletions