~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): Francois Marier
  • Date: 2012-02-18 21:47:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218214709-6362d71gqdsdkrj5
Tags: 1.0.2-1
* New upstream release
  - remove logging patch (applied upstream)
  - update s390 patch since it was partially applied upstream
* Include the Evolution plugin as a separate binary package

* Fix compilation issues on SH4 (closes: #658987)
* Merge Ubuntu's binutils-gold linking fix

Show diffs side-by-side

added added

removed removed

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