patches/telepathy-logger-01-configure.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 3606 1366db66bda2
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3606
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- telepathy-logger-0.2.10/configure.ac-orig	2011-07-06 18:13:44.888354631 -0500
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ telepathy-logger-0.2.10/configure.ac	2011-07-06 18:14:25.135543419 -0500
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -59,7 +59,7 @@ AC_SUBST([TPL_EXT_LT_CURRENT])
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 AC_SUBST([TPL_EXT_LT_REVISION])
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 AC_SUBST([TPL_EXT_LT_AGE])
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
-AC_PREREQ([2.65])
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
+AC_PREREQ([2.63])
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 AC_COPYRIGHT([
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
   Copyright (C) 2003-2007 Imendio AB
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
   Copyright (C) 2007-2011 Collabora Ltd.
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12
@@ -109,24 +109,6 @@ fi
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    13
 
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    14
 AM_PATH_PYTHON([2.5])
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
 
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    16
-# -----------------------------------------------------------
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    17
-# Error flags
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    18
-# -----------------------------------------------------------
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    19
-
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    20
-TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$official_release" = xno],
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    21
-  [all \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    22
-   extra \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    23
-   format-security \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    24
-   init-self \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    25
-   missing-prototypes \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    26
-   nested-externs \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    27
-   pointer-arith \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    28
-   shadow \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    29
-   sign-compare \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    30
-   strict-prototypes],
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    31
-  [missing-field-initializers \
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    32
-   unused-parameter])
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    33
-
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    34
 # declaration-after-statement is deliberately not used here
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    35
 
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    36
 AC_ARG_ENABLE(Werror,
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    37
@@ -134,7 +116,6 @@ AC_ARG_ENABLE(Werror,
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    38
     werror=$enableval, werror=yes)
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    39
 
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    40
 TP_COMPILER_FLAG(-D_POSIX_SOURCE, ERROR_CFLAGS="$ERROR_CFLAGS -D_POSIX_SOURCE")
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    41
-TP_COMPILER_FLAG(-std=c99, ERROR_CFLAGS="$ERROR_CFLAGS -std=c99")
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    42
 
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    43
 AC_SUBST(ERROR_CFLAGS)
1366db66bda2 2010-07-13 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    44