Accept topic changes from servers that do not send topic-set timestamps (fixes SF...
[ircu2.10.12-pk.git] / libs / dbprim / configure.in
1 dnl Prefered emacs editing mode: -*- shell-script -*-
2 dnl
3 dnl Copyright (C) 2002 by Kevin L. Mitchell <klmitch@mit.edu>
4 dnl
5 dnl This library is free software; you can redistribute it and/or
6 dnl modify it under the terms of the GNU Library General Public
7 dnl License as published by the Free Software Foundation; either
8 dnl version 2 of the License, or (at your option) any later version.
9 dnl
10 dnl This library is distributed in the hope that it will be useful,
11 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 dnl Library General Public License for more details.
14 dnl
15 dnl You should have received a copy of the GNU Library General Public
16 dnl License along with this library; if not, write to the Free
17 dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18 dnl MA 02111-1307, USA
19 dnl
20 dnl @(#)$Id$
21 dnl
22 dnl Process this file with autoconf to produce a configure script.
23
24 AC_INIT(dbprim_int.h)
25 AM_INIT_AUTOMAKE(dbprim, 0.1)
26
27 dnl Checks for programs.
28 AC_PROG_CC
29 AC_PROG_AWK
30 AM_PROG_LIBTOOL
31
32 dnl Checks for libraries.
33
34 dnl Checks for header files.
35
36 dnl Checks for typedefs, structures, and compiler characteristics.
37
38 dnl Checks for library functions.
39
40 KLM_COM_ERR_OBJ([DBPRIM_ET_OBJS], [dbprim_err.lo])
41
42 AC_OUTPUT(Makefile tests/Makefile comp_et-sh)