Add up-to-date autotools pieces to dmapi tests
[xfstests-dev.git] / dmapi / README.build
1 Feb 26, 2004
2   This builds in the following environment:
3         Redhat 9.0
4         libtool-1.4.3-5
5         automake-1.6.3-5
6         autoconf-2.57-3
7
8   It also builds in this older environment:
9         Redhat 7.3
10         libtool-1.4.2-7
11         automake-1.4p5-4
12         autoconf-2.13-17
13
14 The default install directory is: /usr/local/dmapi_tests
15
16 To build:
17   $ autoconf
18   $ libtoolize
19   $ ./configure
20   $ make  (make install)
21
22
23 If you have an older autotool setup, you may have to run a few more autotool
24 pieces:
25   $ aclocal
26   $ libtoolize
27   $ autoconf
28   $ ./configure
29   $ make
30
31 If your makefiles seem screwy, then run 'automake' before the autoconf.