Various problems of configure cleared.
authorHiroshi Saito <hiroshi@winpg.jp>
Mon, 11 Jun 2007 01:51:12 +0000 (01:51 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Mon, 11 Jun 2007 01:51:12 +0000 (01:51 +0000)
These problems were fixed by Peter Eisentraut.

bootstrap
docs/unix-compilation.html

index a99cec94bbf0331c6d41c0df3ec4ca2cc944773a..68f4a174b46edae62109464fab50034272627121 100644 (file)
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,2 @@
 #!/bin/sh
-aclocal -I .  && \
-libtoolize --force --copy && \
-autoconf && \
-autoheader && \
-automake --add-missing --copy
-
-
+autoreconf -i
index bb8a1c43308b4c23d6abb12c2167f0d9523b8ee3..34477c194d7703dac7f267ff5d8d803bf745035b 100644 (file)
@@ -18,8 +18,8 @@ provide a build environment for us which is now included in psqlODBC tarballs.</
 \r
 <blockquote>\r
 <pre>\r
-% tar -zxvf psqlodbc-08.01.0100.tar.gz\r
-% cd psqlodbc-08.01.0100\r
+% tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz\r
+% cd psqlodbc-xx.xx.xxxx\r
 % ./configure\r
 % make\r
 % make install\r
@@ -29,9 +29,9 @@ provide a build environment for us which is now included in psqlODBC tarballs.</
 <p>The configure script will accept the following useful options:</p>\r
 \r
 <ul>\r
-<li>--with-iodbc=DIR  path or direct iodbc-config file</li>\r
 <li>--with-unixodbc=DIR path or direct odbc_config file (default:yes)</li>\r
-<li>--with-pgconf=pg_config specify pg_config with full path</li>\r
+<li>--with-iodbc=DIR  path or direct iodbc-config file</li>\r
+<li>--with-odbcver=VERSION  change default ODBC version number [0x0351]</li>\r
 <li>--enable-pthreads (thread-safe driver on some platforms)</li>\r
 <li>--disable-unicode (build non-Unicode driver)</li>
 <li>--help</li>\r
@@ -50,16 +50,9 @@ provide a build environment for us which is now included in psqlODBC tarballs.</
 \r
 <h3>Bootstrapping</h3>\r
 \r
-<p>First, copy libtool.m4 into source directory.  Be sure to pick the one\r
-from the right Libtool version.  Then run:</p>\r
-\r
 <blockquote>\r
 <pre>\r
-aclocal -I . \r
-libtoolize --force --copy\r
-autoconf\r
-autoheader\r
-automake --add-missing --copy\r
+autoreconf -i\r
 </pre>\r
 </blockquote>\r
 \r
@@ -76,9 +69,7 @@ make install
 </blockquote>\r
 \r
 <p>configure has the same options that the PostgreSQL configure used to\r
-have for ODBC, namely --with-iodbc or --with-unixodbc, and\r
---with-pgconf=/usr/local/pgsql/bin/pg_config.</p>\r
-\r
+have for ODBC, namely --with-iodbc or --with-unixodbc\r
 <h3>Making a Source Distribution</h3>\r
 \r
 <p>'make dist' makes a file psqlodbc-xx.xx.xxxx.tar.gz.  It's even better to\r