~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to wrappers/AnalyticalFunctionCompiler/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#                                               -*- Autoconf -*-
2
 
#
3
 
#  configure.ac
4
 
#
5
 
#  (C) Copyright 2005-2007 EDF-EADS-Phimeca
6
 
#
7
 
#  This library is free software; you can redistribute it and/or
8
 
#  modify it under the terms of the GNU Lesser General Public
9
 
#  License as published by the Free Software Foundation; either
10
 
#  version 2.1 of the License.
11
 
#
12
 
#  This library is distributed in the hope that it will be useful
13
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
 
#  Lesser General Public License for more details.
16
 
#
17
 
#  You should have received a copy of the GNU Lesser General Public
18
 
#  License along with this library; if not, write to the Free Software
19
 
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20
 
#
21
 
#  @author: $LastChangedBy: dutka $
22
 
#  @date:   $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
23
 
#  Id:      $Id: configure.ac 862 2008-06-26 11:50:17Z dutka $
24
 
#
25
 
#  Process this file with autoconf to produce a configure script.
26
 
#  Set minimal version of Autoconf for configure to work
27
 
#
28
 
AC_INIT(src/Main.cxx)
29
 
AC_CONFIG_AUX_DIR(.)
30
 
AM_INIT_AUTOMAKE(AnalyticalFunctionCompiler, 0.0.4)
31
 
AM_CONFIG_HEADER([config.h])
32
 
 
33
 
AC_PROG_LIBTOOL
34
 
AC_PROG_CXX
35
 
 
36
 
OT_CHECK_OPENTURNS
37
 
 
38
 
AC_OUTPUT([Makefile src/Makefile])