aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2008-05-23 04:22:29 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2008-05-23 04:22:29 +0000
commitf11daf315748c0203477672cc1d7045653257c62 (patch)
treee115cc3be5f3a11b5561db57d851d948276dcdac /INSTALL
parent325d8d1ce86aba1f1f6863c2700f396d1256d1ac (diff)
downloadsg3_utils-f11daf315748c0203477672cc1d7045653257c62.tar.gz
change to ubuntu (8.04) build environment; rename libsgutils1 to libsgutils2
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@173 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 871fb984..ca27beaf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,7 +36,9 @@ The script files that drive the autotools build are configure.ac and
Makefile.am . There is an instance of Makefile.am found in the main directory
and the 'lib', 'include', 'src' and 'doc' subdirectories. If any of these
files are changed, the 'autogen.sh' script in the main directory should be
-run.
+run. The libtool command is required and if it is not present the
+autoconf utility within the 'autogen.sh' script may fail with this error
+message: "undefined macro: AC_PROG_LIBTOOL".
Note that only the utilities in the 'src' subdirectory are build by
the './configure' infrastructure. Code in the 'examples', 'utils'
@@ -139,4 +141,4 @@ extension and can be executed in a MSYS or "cmd" shell.
Doug Gilbert
-18th February 2008
+18th May 2008