~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/autogen.sh

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
 
1
#!/bin/bash
2
2
 
3
3
# Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663
4
4
mkdir -p m4
7
7
# install pre-commit hook for doing clean commits
8
8
if [ -d "$HOOKS_DIR" ];
9
9
then
10
 
    if test ! \( -x ${HOOKS_DIR}/pre-commit -a -L ${HOOKS_DIR}/pre-commit \);
 
10
    pushd ${HOOKS_DIR}
 
11
    if test ! \( -x pre-commit -a -L pre-commit \);
11
12
    then
12
 
        rm -f ${HOOKS_DIR}/pre-commit
13
 
        ln -s ${HOOKS_DIR}/pre-commit.sample ${HOOKS_DIR}/pre-commit
 
13
        echo "Creating symbolic link for pre-commit hook..."
 
14
        rm -f pre-commit
 
15
        ln -s pre-commit.sample pre-commit
14
16
    fi
 
17
    popd
15
18
fi
16
19
 
17
20
autoreconf --force --install --verbose -Wall -I m4