update build notes for dmapi tests
authorDean Roehrich <roehrich@sgi.com>
Fri, 10 Dec 2004 21:30:14 +0000 (21:30 +0000)
committerDean Roehrich <roehrich@sgi.com>
Fri, 10 Dec 2004 21:30:14 +0000 (21:30 +0000)
dmapi/README.build

index a08386a9bd2e7c56d3816da6a8846b462c73b826..09731169283c7d997e77b26ecb33d4e7da74c4b6 100644 (file)
@@ -1,31 +1,11 @@
-Feb 26, 2004
-  This builds in the following environment:
-       Redhat 9.0
-       libtool-1.4.3-5
-       automake-1.6.3-5
-       autoconf-2.57-3
+You should be able to just run the ./configure and then 'make'.
 
-  It also builds in this older environment:
-       Redhat 7.3
-       libtool-1.4.2-7
-       automake-1.4p5-4
-       autoconf-2.13-17
 
-The default install directory is: /usr/local/dmapi_tests
+Sometimes we have to update the autotools bits.  Here's what was used the last
+time:
 
-To build:
-  $ autoconf
-  $ libtoolize
-  $ ./configure
-  $ make  (make install)
+libtoolize --automake --copy --force
+aclocal --force
+automake --add-missing --copy --force-missing
+autoconf
 
-
-If you have an older autotool setup, you may have to run a few more autotool
-pieces:
-  $ aclocal
-  $ libtoolize
-  $ autoconf
-  $ ./configure
-  $ make
-
-If your makefiles seem screwy, then run 'automake' before the autoconf.