Hi, m4-1.4o/tests/mkconfig.sh writes to /tmp/env in an unsecure way. It looks like it is a remnant from a debugging session. This patch should fix it: --- tests/mkconfig.sh-orig Tue Oct 13 18:39:51 1998 +++ tests/mkconfig.sh Fri Aug 4 14:41:30 2000 @@ -1,4 +1,3 @@ #!/bin/sh -env >/tmp/env sed -n -e '/^#define \(\(WITH\|ENABLE\)_.*\) \(.*\)$/s//define(\1, \3)dnl/p' config.h > tests/config.m4 sed -n -e '/^#define \(\(WITH\|ENABLE\)_.*\) \(.*\)$/s//\1=\3/p' config.h > tests/config.sh -- Jan
