File: autogen.sh

package info (click to toggle)
libpdl-io-matlab-perl 0.006-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,676 kB
  • sloc: ansic: 19,039; sh: 10,875; makefile: 655; perl: 43
file content (10 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

bootstrap() {
  libtoolize -c && \
  aclocal -I config && \
  automake -a -c && \
  autoconf
}

bootstrap