File: autogen.sh

package info (click to toggle)
spek 0.8.5%2Bdfsg-5.1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 872 kB
  • sloc: cpp: 2,695; makefile: 247; sh: 8
file content (11 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

test -n "$srcdir" || srcdir=$(dirname "$0")
test -n "$srcdir" || srcdir=.
(
  cd "$srcdir" &&
  touch config.rpath &&
  autoreconf -fiv
) || exit
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"