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

they are flex.  Clean up after them.
REL8_0_STABLE
Tom Lane 22 years ago
parent 6ad853b975
commit 31a242ae14
  1. 4
      config/programs.m4
  2. 2
      configure

@ -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

@ -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

Loading…
Cancel
Save