File: autogen.sh

package info (click to toggle)
fprint-demo 20080303git-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 348 kB
  • ctags: 151
  • sloc: ansic: 1,510; makefile: 89; 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