EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Configure / bash script needed to compile mongo_fdw #9

Closed ibrarahmad closed 9 years ago

ibrarahmad commented 9 years ago

Configure or bash script is needed to compile the mongo_fdw with multiple type of MongoDB's C drivers. As we know MongoDB has two kinds of drivers legacy and meta driver, so we need a script to switch between these two drivers based on user input, for example

  . /configure --with-legacy-driver
  . /configure --with-meta-driver
ibrarahmad commented 9 years ago

Added a shell script (autogen.sh) instead of configure script