File: autogen.sh

package info (click to toggle)
pangomm 2.46.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,416 kB
  • sloc: xml: 13,269; cpp: 119; makefile: 89; sh: 52; python: 6
file content (7 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#! /bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.

mm-common-prepare --force --copy "$srcdir"
autoreconf --force --install --warnings=all "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"