From d7f39be9e92fb5bf0a1545cc6437c0ca87f6eaf1 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Mon, 11 Jun 2007 01:51:12 +0000 Subject: [PATCH] Various problems of configure cleared. These problems were fixed by Peter Eisentraut. --- bootstrap | 8 +------- docs/unix-compilation.html | 21 ++++++--------------- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/bootstrap b/bootstrap index a99cec9..68f4a17 100644 --- a/bootstrap +++ b/bootstrap @@ -1,8 +1,2 @@ #!/bin/sh -aclocal -I . && \ -libtoolize --force --copy && \ -autoconf && \ -autoheader && \ -automake --add-missing --copy - - +autoreconf -i diff --git a/docs/unix-compilation.html b/docs/unix-compilation.html index bb8a1c4..34477c1 100644 --- a/docs/unix-compilation.html +++ b/docs/unix-compilation.html @@ -18,8 +18,8 @@ provide a build environment for us which is now included in psqlODBC tarballs.
-% tar -zxvf psqlodbc-08.01.0100.tar.gz
-% cd psqlodbc-08.01.0100
+% tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz
+% cd psqlodbc-xx.xx.xxxx
 % ./configure
 % make
 % make install
@@ -29,9 +29,9 @@ provide a build environment for us which is now included in psqlODBC tarballs.The configure script will accept the following useful options: