~ubuntu-branches/ubuntu/natty/libxml++2.6/natty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 11:32:24 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918113224-7x031mzf1shoozxx
Tags: 2.20.0-0ubuntu1
* New upstream release:
  - Element: Added get_attribute_value(), to get a simple text value for an
    attribute.
  - Added an experimental --enable-api-exceptions configure option, to allow
    libxml++ to build without exceptions.
* debian/libxml++2.6-doc.docs: 2.18 -> 2.20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
#release versioning
4
4
GENERIC_MAJOR_VERSION=2
5
 
GENERIC_MINOR_VERSION=18
6
 
GENERIC_MICRO_VERSION=2
 
5
GENERIC_MINOR_VERSION=20
 
6
GENERIC_MICRO_VERSION=0
7
7
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
8
8
AC_SUBST(GENERIC_MAJOR_VERSION)
9
9
AC_SUBST(GENERIC_MINOR_VERSION)
32
32
 
33
33
AM_INIT_AUTOMAKE(libxml++, $GENERIC_VERSION)
34
34
 
 
35
#Offer the ability to omit some API from the library, 
 
36
#to reduce the code size:
 
37
LIBXMLCPP_ARG_ENABLE_API_EXCEPTIONS()
 
38
 
35
39
dnl Specify a configuration file (no autoheader)
36
40
AC_CONFIG_HEADERS(config.h libxml++/libxml++config.h)
37
41
 
125
129
    libxml++/nodes/Makefile
126
130
    libxml++/io/Makefile
127
131
    libxml++/validators/Makefile
 
132
 
 
133
  scripts/Makefile
128
134
    
129
135
  docs/Makefile
130
136
    docs/reference/Makefile