Rerun configure if PATH changes.

This commit is contained in:
slamm%netscape.com 1999-08-27 23:03:27 +00:00
parent a637799c8d
commit d97809014e

View File

@ -62,13 +62,14 @@ fi
MOZCONFIG=`$find_mozconfig`
print_header > $tmp_file
# If the path changes, configure should be rerun
echo "# PATH=$PATH" >> $tmp_file
if [ "$MOZCONFIG" ]
then
print_header >$tmp_file
. $MOZCONFIG >> $tmp_file
else
echo "# This file is automatically generated for client.mk." > $tmp_file
fi
if cmp -s $tmp_file $out_file; then