File: autogen.sh

package info (click to toggle)
claws-mail-extra-plugins 3.7.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 38,488 kB
  • ctags: 13,495
  • sloc: ansic: 95,300; sh: 14,142; makefile: 6,365; perl: 990; yacc: 219; lex: 168
file content (8 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
#!/bin/sh

aclocal \
  && libtoolize --copy --force \
  && autoheader \
  && automake --add-missing --foreign --copy \
  && autoconf \
  && ./configure --enable-maintainer-mode $@