~ubuntu-branches/ubuntu/trusty/qhull/trusty-proposed

« back to all changes in this revision

Viewing changes to config/configure.ac

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2014-02-13 11:09:12 UTC
  • mfrom: (8.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20140213110912-ifwyxorlsnnl1ebh
Tags: 2012.1-4
Add convenience link to #include <qhull/qhull.h> to simplify transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl configure.ac for the qhull package
 
2
dnl Author: Rafael Laboissiere <rafael@debian.org>
 
3
dnl Created: Mon Dec  3 21:36:21 CET 2001
 
4
dnl Draft update for 2011.2: B. Barber, dec'11
 
5
 
 
6
AC_INIT(qhull, 6.3.1)
 
7
AC_CONFIG_SRCDIR(src/libqhull/libqhull.c)
 
8
 
 
9
AC_CONFIG_AUX_DIR(config)
 
10
AC_CONFIG_MACRO_DIR(config)
 
11
 
 
12
AM_INIT_AUTOMAKE
 
13
 
 
14
AC_PROG_CC
 
15
AC_PROG_LIBTOOL
 
16
 
 
17
AC_CONFIG_FILES([
 
18
  Makefile 
 
19
  src/libqhull/Makefile 
 
20
  html/Makefile 
 
21
  eg/Makefile
 
22
  config/Makefile
 
23
])
 
24
 
 
25
AC_OUTPUT