File: autogen.sh

package info (click to toggle)
stacks 2.62%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,448 kB
  • sloc: cpp: 40,122; perl: 1,348; python: 449; sh: 407; makefile: 143
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#!/bin/sh -e

test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"