AUTOMAKE_OPTIONS = foreign
-EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4 buildconf.sh
+EXTRA_DIST = NEWS m4/yazpp.m4 m4/yaz.m4 buildconf.sh
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
#!/bin/sh
-# $Id: buildconf.sh,v 1.5 2005-10-25 15:17:47 adam Exp $
+# $Id: buildconf.sh,v 1.6 2006-03-28 16:56:33 adam Exp $
if automake --version|head -1 |grep '1\.[4-7]'; then
echo "automake 1.4-1.7 is active. You should use automake 1.8 or later"
fi
set -x
-aclocal -I m4
+
+# I am tired of underquoted warnings for Tcl macros
+aclocal -I m4 2>&1 | grep -v aclocal/tcl.m4
autoheader
libtoolize --automake --force
automake --add-missing
## Process this file with autoconf to produce a configure script.
# Autoconf and automake setup
-AC_PREREQ(2.57)
-AC_INIT(metaproxy, 0.9, adam@indexdata.dk)
+AC_PREREQ(2.59)
+AC_INIT([metaproxy],[0.9], [adam@indexdata.dk])
AC_CONFIG_HEADERS(src/config.hpp)
-AC_CONFIG_SRCDIR(configure.ac)
-AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_SRCDIR([configure.ac])
+AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_SYSTEM
##AC_PREFIX_DEFAULT(`pwd`/install)
-AM_INIT_AUTOMAKE(1.8)
+AM_INIT_AUTOMAKE([1.8])
# Checks for programs.
AC_PROG_CXX