~ubuntu-branches/ubuntu/saucy/trousers/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-11-10 17:04:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121110170444-yvoa372npyp02mwr
Tags: 0.3.10-1
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# configure.in for the trousers project
3
3
#
4
4
 
5
 
AC_INIT(trousers, 0.3.9, trousers-tech@lists.sf.net)
 
5
AC_INIT(trousers, 0.3.10, trousers-tech@lists.sf.net)
6
6
 
7
7
TSS_SPEC_MAJOR=1
8
8
TSS_SPEC_MINOR=2
35
35
 
36
36
# Arch specific stuff
37
37
case $target in
38
 
        *ppc64* | *powerpc64* | *x86_64*)
39
 
                CFLAGS="$CFLAGS -m64"
40
 
                ;;
41
38
        *solaris*)
42
39
                CFLAGS="$CFLAGS -DSOLARIS"
43
40
                ;;
355
352
AC_CHECK_FUNC(daemon, [ AC_DEFINE(HAVE_DAEMON, 1, [daemon function is available]) ])
356
353
 
357
354
if test "x${GCC}" = "xyes"; then
358
 
        CFLAGS="$CFLAGS -W -Wall -Werror -Wno-unused-parameter -Wsign-compare"
 
355
        CFLAGS="$CFLAGS -W -Wall -Wno-unused-parameter -Wsign-compare"
359
356
fi
360
357
 
361
358
CFLAGS="$CFLAGS -I../include \