File: autogen.sh

package info (click to toggle)
sofia-sip 1.12.11%2B20110422.1-2.1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,576 kB
  • sloc: ansic: 145,582; sh: 12,185; makefile: 1,229; cpp: 915; awk: 640; sed: 198
file content (8 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

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