Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit31a242a

Browse files
committed
Some versions of lex will drop a lex.yy.c file when we probe to see if
they are flex. Clean up after them.
1 parent6ad853b commit31a242a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎config/programs.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/programs.m4,v 1.15 2004/09/0215:39:55 tgl Exp $
1+
# $PostgreSQL: pgsql/config/programs.m4,v 1.16 2004/09/0220:39:57 tgl Exp $
22

33

44
# PGAC_PATH_FLEX
@@ -38,7 +38,7 @@ else
3838
fi
3939
done
4040
done
41-
rm -f conftest.l
41+
rm -f conftest.l lex.yy.c
4242
: ${pgac_cv_path_flex=no}
4343
fi
4444
])[]dnl AC_CACHE_CHECK

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3572,7 +3572,7 @@ else
35723572
fi
35733573
done
35743574
done
3575-
rm -f conftest.l
3575+
rm -f conftest.l lex.yy.c
35763576
: ${pgac_cv_path_flex=no}
35773577
fi
35783578

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp