Some versions of lex will drop a lex.yy.c file when we probe to see if

they are flex.  Clean up after them.
This commit is contained in:
Tom Lane 2004-09-02 20:39:57 +00:00
parent 6ad853b975
commit 31a242ae14
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/programs.m4,v 1.15 2004/09/02 15:39:55 tgl Exp $
# $PostgreSQL: pgsql/config/programs.m4,v 1.16 2004/09/02 20:39:57 tgl Exp $
# PGAC_PATH_FLEX
@ -38,7 +38,7 @@ else
fi
done
done
rm -f conftest.l
rm -f conftest.l lex.yy.c
: ${pgac_cv_path_flex=no}
fi
])[]dnl AC_CACHE_CHECK

2
configure vendored
View File

@ -3572,7 +3572,7 @@ else
fi
done
done
rm -f conftest.l
rm -f conftest.l lex.yy.c
: ${pgac_cv_path_flex=no}
fi