File: autogen.sh

package info (click to toggle)
quitcount 3.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,136 kB
  • sloc: sh: 4,707; ansic: 649; makefile: 432; xml: 39; sed: 16
file content (9 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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