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:44 +0000 (05:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Feb 2008 05:22:44 +0000 (05:22 +0000)
commit5a360d6e24ccbf893251d4272824a4c9372b6220
tree2c1e6c60b9d01ac9da78f99b3d19c366c6aa430e
parent8b41edc534fb9545b85f04b27634a3aa366c320b
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