File: autogen.sh

package info (click to toggle)
liboping 1.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 716 kB
  • sloc: ansic: 3,278; perl: 210; makefile: 92; sh: 22
file content (6 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

set -e

autoreconf --warnings=all --install
echo "autoconfiguration done, to build: ./configure ; make"