dnl Prefered emacs editing mode: -*- shell-script -*- dnl dnl Copyright (C) 2002 by Kevin L. Mitchell dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Library General Public dnl License as published by the Free Software Foundation; either dnl version 2 of the License, or (at your option) any later version. dnl dnl This library is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl Library General Public License for more details. dnl dnl You should have received a copy of the GNU Library General Public dnl License along with this library; if not, write to the Free dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, dnl MA 02111-1307, USA dnl dnl @(#)$Id$ dnl dnl Process this file with autoconf to produce a configure script. AC_INIT(dbprim_int.h) AM_INIT_AUTOMAKE(dbprim, 0.1) dnl Checks for programs. AC_PROG_CC AC_PROG_AWK AM_PROG_LIBTOOL dnl Checks for libraries. dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. KLM_COM_ERR_OBJ([DBPRIM_ET_OBJS], [dbprim_err.lo]) AC_OUTPUT(Makefile tests/Makefile comp_et-sh)