File: autogen.sh

package info (click to toggle)
pdfcube 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 588 kB
  • ctags: 137
  • sloc: cpp: 1,714; sh: 1,044; makefile: 21
file content (3 lines) | stat: -rwxr-xr-x 69 bytes parent folder | download | duplicates (2)
1
2
3
#! /bin/sh
autoreconf --install && ./configure "$@" && exit 0
exit 1