File: autogen.sh

package info (click to toggle)
sofia-sip 1.12.11%2B20110422-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,180 kB
  • sloc: ansic: 145,538; sh: 10,990; makefile: 1,228; cpp: 915; awk: 640; sed: 198
file content (8 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -x
AUTOMAKE=${AUTOMAKE:-automake} ACLOCAL=${ACLOCAL:-aclocal}
export AUTOMAKE ACLOCAL
${AUTORECONF:-autoreconf} -i
find . \( -name 'run*' -o -name '*.sh' \) -a -type f | xargs chmod +x
chmod +x scripts/*