~ubuntu-branches/ubuntu/trusty/znc/trusty

« back to all changes in this revision

Viewing changes to m4/ac_pkg_swig.m4

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-08 13:13:58 UTC
  • mfrom: (34.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131108131358-o90mlo1evvu27z8h
Tags: 1.2-1
* New upstream release.
  Closes: #728786
  - Remove merged patch 01-spelling-error.
  - Remove merged patch 02-CVE-2013-2130.
  - License has been changed to Apache-2.0.
  - Disable new tests, because they require an internet connection.
  - Add new znc-extra module modules_online.
  - Remove AUTHORS file.
* Bump Standards-Version to 3.9.5 (no changes needed).
* Don't explicitly request xz compression - dpkg 1.17 does this by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
                                        # "python 3 abc set", "PyInt_FromSize_t in python3" and "perl size_type" checks
124
124
                                        echo "checking behavior of this SWIG" >&AS_MESSAGE_LOG_FD
125
125
 
126
 
                                        $ac_path_SWIG -python -py3 -c++ -shadow -I"$srcdir"/swig_lib/python conftest-python.i >&AS_MESSAGE_LOG_FD && \
 
126
                                        $ac_path_SWIG -python -py3 -c++ -shadow conftest-python.i >&AS_MESSAGE_LOG_FD && \
127
127
                                                echo "python wrapper created" >&AS_MESSAGE_LOG_FD && \
128
128
                                                echo "testing std::set... ">&AS_MESSAGE_LOG_FD && \
129
129
                                                grep SInt_discard conftest.py >& /dev/null && \
131
131
                                                echo "testing PyInt_FromSize_t..." >&AS_MESSAGE_LOG_FD && \
132
132
                                                grep '#define PyInt_FromSize_t' conftest-python_wrap.cxx >& /dev/null && \
133
133
                                                echo "PyInt_FromSize_t is defined" >&AS_MESSAGE_LOG_FD && \
134
 
                                        $ac_path_SWIG -perl -c++ -shadow -I"$srcdir"/swig_lib/perl5 conftest-perl.i >&AS_MESSAGE_LOG_FD && \
 
134
                                        $ac_path_SWIG -perl -c++ -shadow conftest-perl.i >&AS_MESSAGE_LOG_FD && \
135
135
                                                echo "perl wrapper created" >&AS_MESSAGE_LOG_FD && \
136
136
                                                echo "testing size_type..." >&AS_MESSAGE_LOG_FD && \
137
137
                                                test 0 -eq `grep -c 'NewPointerObj((' conftest-perl_wrap.cxx` && \