File: autogen.sh

package info (click to toggle)
fprint-demo 20080303git-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 384 kB
  • sloc: ansic: 1,513; makefile: 35; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 72 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh
aclocal || exit 1
autoconf || exit 1
automake -a -c || exit 1