File: autogen.sh

package info (click to toggle)
rust-wayland-protocols-0.29 0.29.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,032 kB
  • sloc: xml: 10,711; makefile: 99; sh: 22; python: 15
file content (9 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
#!/bin/sh

test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
(
  cd "$srcdir" &&
  autoreconf --force -v --install
) || exit
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"