~ubuntu-branches/ubuntu/saucy/mutextrace/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Simon Richter
  • Date: 2013-05-03 14:01:37 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130503140137-jmevik7bws88ya2b
Tags: 0.1.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_PREREQ(2.61)
4
 
AC_INIT([mutextrace], [0.1], [Simon.Richter@hogyros.de])
 
4
AC_INIT([mutextrace], [0.1.2], [Simon.Richter@hogyros.de])
5
5
AM_INIT_AUTOMAKE([1.10 foreign])
6
6
AM_CONFIG_HEADER([config.h])
7
7
AC_CONFIG_FILES([Makefile tests/Makefile])