~ubuntu-branches/ubuntu/trusty/puredata/trusty

« back to all changes in this revision

Viewing changes to .pc/kfreebsd_fixes.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): IOhannes m zmoelnig (gpg-key at iem)
  • Date: 2012-04-03 13:42:20 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120403134220-4nic7816xecfen08
Tags: 0.43.2-1
* New upstream release
* src/d_soundfile.c: Fixing type-punning (Closes: #658074)
* "pd" is provided by "puredata-core" rather than
  "puredata" (Closes: #652383)
* [expr~] is now released under the LGPL
* Updated patches to new upstream release
* Bumped standards version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
 
AC_INIT(puredata,0.43.1)
 
2
AC_INIT(puredata,0.43.2)
3
3
AC_CONFIG_SRCDIR(src/m_pd.c)
4
4
AC_CONFIG_AUX_DIR([m4/config])
5
5
AM_INIT_AUTOMAKE