File: autogen.sh

package info (click to toggle)
flexloader 0.03-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 516 kB
  • ctags: 46
  • sloc: sh: 3,297; ansic: 451; makefile: 77
file content (8 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

aclocal \
  && autoheader \
  && autoconf \
  && automake --add-missing --foreign --copy \
  && ./configure $@