File: autogen.sh

package info (click to toggle)
crack-attack 1.1.14-9.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 6,536 kB
  • sloc: cpp: 14,671; sh: 3,360; ansic: 378; xml: 207; makefile: 63
file content (8 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

aclocal-1.8 $ACLOCAL_FLAGS || exit;
autoheader-2.59 || exit;
autoconf-2.59 || exit;
automake-1.8 --add-missing --copy || exit;
./configure $@