]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Replace obsolete shell syntax in configure.ac
authorJonathan Wakely <jwakely@redhat.com>
Thu, 18 May 2023 17:21:50 +0000 (18:21 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 31 May 2023 12:17:45 +0000 (13:17 +0100)
commit0ed5259ccbd66d190365ab33b05ad5879263a623
tree95af32a5808a461453ccb1ee669cd58e5a0170ab
parentb960c253e988c68ed3f3829125bc267bdf169356
libstdc++: Replace obsolete shell syntax in configure.ac

The current POSIX standard says that the -a and -o operators to the
'test' utility are obsolete, and the shell operators && and || should be
used instead.

libstdc++-v3/ChangeLog:

* configure.ac: Replace use of -o operator for test.
* configure: Regenerate.
libstdc++-v3/configure
libstdc++-v3/configure.ac