OSDN Git Service

Remove configure check for how to abbreviate 'tr A-Z a-z', and instead
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 May 2000 02:14:15 +0000 (02:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 May 2000 02:14:15 +0000 (02:14 +0000)
commit6dd06737bad7fcc6b791efa975438c7237fe7d26
treee3bcf88fdcaa993721121e244638797dacf18468
parent33bb1aee91f775f7bae071a10f0d6b40cd2f119d
Remove configure check for how to abbreviate 'tr A-Z a-z', and instead
just use the portable form,
tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
There were a bunch of places that weren't paying attention to configure's
result anyway (including configure itself!?); clean them up too.
src/backend/utils/Gen_fmgrtab.sh.in
src/configure
src/configure.in
src/interfaces/odbc/configure
src/interfaces/odbc/configure.in
src/test/mb/mbregress.sh
src/test/regress/regress.sh
src/test/regress/run_check.sh