2 # $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 adam Exp $
9 if [ "`uname -s`" = FreeBSD ]; then
10 # FreeBSD intalls the various auto* tools with version numbers
11 echo "Using special configuration for FreeBSD ..."
13 aclocal="aclocal19 -I /usr/local/share/aclocal"
15 libtoolize=libtoolize15
18 if $automake --version|head -1 |grep '1\.[4-7]'; then
19 echo "automake 1.4-1.7 is active. You should use automake 1.8 or later"
20 if test -f /etc/debian_version; then
21 echo " sudo apt-get install automake1.9"
22 echo " sudo update-alternatives --config automake"
28 # I am tired of underquoted warnings for Tcl macros
30 $libtoolize --automake --force
31 $automake --add-missing
34 if [ -f config.cache ]; then
38 enable_configure=false
44 #sh_flags="-g -Wall -Wdeclaration-after-statement -Werror -Wstrict-prototypes"
45 sh_flags="-g -Wall -Wdeclaration-after-statement -Wstrict-prototypes"
58 if $enable_configure; then
59 if test -n "$sh_flags"; then
60 CFLAGS="$sh_flags" ./configure --disable-shared --enable-static $*
68 Build the Makefiles with the configure command.
69 ./configure [--someoption=somevalue ...]
71 For help on options or configuring run
74 Build and install binaries with the usual
79 Build distribution tarball with
82 Verify distribution tarball with
86 if [ -f /etc/debian_version ]; then
88 Or just build the Debian packages without configuring
89 dpkg-buildpackage -rfakeroot
91 When building from a CVS checkout, you need these Debian packages:
92 autoconf, automake, libtool, gcc, bison, any tcl,
93 xsltproc, docbook, docbook-xml, docbook-xsl,
94 libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev,
98 if [ "`uname -s`" = FreeBSD ]; then
100 When building from a CVS checkout, you need these FreeBSD Ports:
101 autoconf259, automake19, libtool15, bison, tcl84,
102 docbook-xsl, libxml2, libxslt, g++-4.0, make