bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MALLOC_CHECK_=2 in distcheck?


From: Karl Berry
Subject: MALLOC_CHECK_=2 in distcheck?
Date: Tue, 18 Mar 2003 20:44:23 -0500

I wonder about setting the envvar MALLOC_CHECK_ to 2 in the standard
distcheck target generated by automake?  Of course it will have no
effect on many systems, but it could catch memory errors on GNU/Linux
systems.

I don't think there's any way to accomplish this with a hook, since it
has to be set at the crucial point where the main command gets run:
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 
's,^[^:\\/]:[\\/],/,'` \
        ...

Just a thought.

Thanks,
k




reply via email to

[Prev in Thread] Current Thread [Next in Thread]