File: autogen.sh

package info (click to toggle)
crack-attack 1.1.14-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,584 kB
  • sloc: cpp: 14,669; sh: 3,358; ansic: 378; xml: 114; makefile: 50
file content (8 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (7)
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 $@