Use our own getopt() and getopt_long() on Solaris, because that platform's
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Feb 2008 05:22:33 +0000 (05:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Feb 2008 05:22:33 +0000 (05:22 +0000)
commit1fe710c93ba85fc67113ebbd8c4994cf71b0bd69
tree90df58d142949dce4710abaf52a705ccf8ad3421
parent7e7931190d040b90e65b2304b2c26d5e504b3422
Use our own getopt() and getopt_long() on Solaris, because that platform's
versions don't handle long options the way we want.  Per Zdenek Kotala.
configure
configure.in