~ubuntu-branches/ubuntu/trusty/gavl/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-01-17 20:38:33 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090117203833-t8fq1e1jdquyelmy
Tags: 1.1.0-2
Fixed debian/copyright 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
AM_CONFIG_HEADER(include/gavl/config.h)
6
6
 
7
 
AM_INIT_AUTOMAKE(gavl, 1.0.1)
 
7
AM_INIT_AUTOMAKE(gavl, 1.1.0)
8
8
 
9
9
GAVL_VERSION=$VERSION
10
10
 
12
12
GAVL_VERSION_MINOR=`echo $VERSION | cut -d . -f 2`
13
13
GAVL_VERSION_MICRO=`echo $VERSION | cut -d . -f 3 | cut -d p -f 1`
14
14
 
15
 
LTVERSION_CURRENT="0"
 
15
LTVERSION_CURRENT="1"
16
16
LTVERSION_REVISION="0"
17
17
LTVERSION_AGE="0"
18
18
 
153
153
LQT_TRY_CFLAGS([-Wmissing-declarations], CFLAGS="$CFLAGS -Wmissing-declarations" )
154
154
LQT_TRY_CFLAGS([-Wdeclaration-after-statement], CFLAGS="$CFLAGS -Wdeclaration-after-statement")
155
155
LQT_TRY_CFLAGS([-mfpmath=387], CFLAGS="$CFLAGS -mfpmath=387")
 
156
LQT_TRY_CFLAGS([-Wall], CFLAGS="$CFLAGS -fvisibility=hidden")
156
157
 
157
158
dnl
158
159
dnl Stuff from libsamplerate