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