File: autogen.sh

package info (click to toggle)
swh-plugins 0.4.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 3,264 kB
  • ctags: 1,066
  • sloc: ansic: 23,551; xml: 12,633; perl: 1,114; sh: 964; makefile: 221
file content (6 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#! /bin/sh
autoreconf -i -I m4 || exit 1

test -n "$NOCONFIGURE" || ./configure "$@"

exit 0