File: autogen.sh

package info (click to toggle)
dpf-plugins 1.7%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 145,392 kB
  • sloc: cpp: 299,894; ansic: 61,512; makefile: 2,222; objc: 1,943; xml: 618; sh: 466; java: 211; python: 184
file content (9 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh

set -e # Drop-out from execution if error occurs

printf 'Running autoreconf...'

autoreconf --install

printf '\nSuccess!\nNow please run: ./configure\n'