OSSP CVS Repository

ossp - ossp-pkg/ex/configure.ac 1.1
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/ex/configure.ac 1.1
dnl ##
dnl ##  OSSP ex - Exception Handling Library
dnl ##  Copyright (c) 2002 Ralf S. Engelschall <rse@engelschall.com>
dnl ##  Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
dnl ##  Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
dnl ##
dnl ##  This file is part of OSSP ex, an exception handling library
dnl ##  which can be found at http://www.ossp.org/pkg/ex/.
dnl ##
dnl ##  This program is free software; you can redistribute it and/or
dnl ##  modify it under the terms of the GNU General Public  License
dnl ##  as published by the Free Software Foundation; either version
dnl ##  2.0 of the License, or (at your option) any later version.
dnl ##
dnl ##  This program 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 ##  General Public License for more details.
dnl ##
dnl ##  You should have received a copy of the GNU General Public License
dnl ##  along with this file; if not, write to the Free Software
dnl ##  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
dnl ##  USA, or contact the OSSP project <ossp@ossp.org>.
dnl ##
dnl ##  configure.ac: GNU Autoconf source script
dnl ##

AC_PREREQ(2.52)
AC_REVISION(1.0)
AC_INIT(README)

AC_DIVERT_PUSH(NOTICE)
V=`./shtool version -l txt -d long VERSION`
./shtool echo -e "Configuring %BOSSP ex%b (Exception Handling), Version %B${V}%b"
AC_DIVERT_POP()

AC_SET_MAKE
AC_PROG_CC
AC_CHECK_DEBUGGING

sinclude(libtool.m4)
AC_PROG_LIBTOOL

AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES(Makefile ex-config)
AC_OUTPUT

chmod a+x ex-config


CVSTrac 2.0.1