Added YLOG_FLUSH to the default log level, to avoid problems on
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.19 2004-04-30 19:34:05 adam Exp $
3 set -x
4 aclocal -I .
5 libtoolize --automake --force 
6 automake --add-missing 
7 automake --add-missing 
8 autoconf
9 if [ -f config.cache ]; then
10         rm config.cache
11 fi
12
13 MESSAGE=" 
14
15 Build the Makefiles with the configure command.
16   ./configure [--someoption=somevalue ...]
17
18 For help on options or configuring run
19   ./configure --help
20
21 Build and install binaries with the usual
22   make
23   make check
24   make install
25
26 Build distribution tarball with
27   make dist
28
29 Verify distribution tarball with
30   make distcheck
31
32 Or just build the Debian packages without configuring
33   dpkg-buildpackage -rfakeroot
34
35 When building from a CVS checkout, you need these Debian tools:
36   bison, docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex,
37   libxml2-dev, libssl-dev, libreadline4-dev, libwrap0-dev, any tcl
38 "