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

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Logan Rosen
  • Date: 2012-11-30 16:31:54 UTC
  • mfrom: (0.1.25 sid)
  • Revision ID: logatronico@gmail.com-20121130163154-jllqpry4lo24ol6p
* Merge from Debian unstable. Remaining changes:
  - debian/trousers.postinst: Reload udev rules to reload new users and
    groups.
* Dropped Ubuntu change in debian/trousers.prerm to make remove work,
  as Debian made a different one with the same goal that works as well.
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools
* Fix regression introduced in previous patch, preventing removal
  (Closes: #680375)

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 \