File: autogen.sh

package info (click to toggle)
opus 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,784 kB
  • ctags: 3,538
  • sloc: ansic: 41,097; sh: 11,505; xml: 10,023; asm: 358; makefile: 306; perl: 255
file content (11 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
set -e

srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"

echo "Updating build configuration files, please wait...."

ACLOCAL_FLAGS="-I m4"
autoreconf -if