X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6dbd1fbe5baa4ed325531217c7df388343e8d56a;hp=f844bce8acf70fade9172319f320fa998fbdc5a3;hb=fdc95948ee7f905c54a977006ea3f3ae24a83648;hpb=6bb56cea1f0da95aab92c52878f8501a7f4e6a75 diff --git a/buildconf.sh b/buildconf.sh index f844bce..6dbd1fb 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -14,11 +14,11 @@ fi if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers echo "Using special configuration for FreeBSD ..." - automake=automake19 - aclocal="aclocal19 -I /usr/local/share/aclocal" - autoconf=autoconf259 - libtoolize=libtoolize15 - autoheader=autoheader259 + automake=automake + aclocal="aclocal -I /usr/local/share/aclocal" + autoconf=autoconf + libtoolize=libtoolize + autoheader=autoheader fi if [ "`uname -s`" = Darwin ]; then @@ -114,12 +114,10 @@ Or just build the Debian packages without configuring dpkg-buildpackage -rfakeroot When building from Git, you need these Debian packages: - autoconf, automake, libtool, gcc, bison, any tcl, - xsltproc, docbook, docbook-xml, docbook-xsl, - libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, - libpcap0.8-dev, pkg-config - -Also perhaps: libgnutls-dev libicu-dev + autoconf automake libtool gcc bison tcl8.4 + xsltproc docbook docbook-xml docbook-xsl + libxslt1-dev libgnutls-dev libreadline5-dev libwrap0-dev + pkg-config libicu-dev And if you want to make a Debian package: dpkg-dev fakeroot debhelper (Then run "dpkg-buildpackage -rfakeroot" in this directory.) @@ -129,8 +127,9 @@ EOF if [ "`uname -s`" = FreeBSD ]; then cat <