~ubuntu-branches/ubuntu/vivid/libconfig/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Jonathan McCrohan
  • Date: 2013-10-12 16:41:14 UTC
  • mfrom: (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20131012164114-aps48fwa26gs4fjt
Tags: 1.4.9-1
* New upstream release
* Update S-V to 3.9.4
  - No changes necessary
* Ensure that libconfig++-dbg depends on libconfig9 (= ${binary:Version})
  in addition to libconfig++9 (= ${binary:Version})
  - Fixes dbg-package-missing-depends lintian warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
 
3
 
AC_INIT(libconfig, 1.4.8, hyperrealm@gmail.com, libconfig,
 
3
AC_INIT(libconfig, 1.4.9, hyperrealm@gmail.com, libconfig,
4
4
        [http://www.hyperrealm.com/main.php?s=libconfig])
5
5
AC_CONFIG_AUX_DIR([aux-build])
6
6
AC_CONFIG_MACRO_DIR([m4])