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)
commit6d530226f1cf34fe58b062085e67822490f9205f
treeb150a2e8f78b99adc611a73884225e769a82999c
parent1581711ec7973e620eb53d4bb03d0d482f877a46
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