File: bootstrap

package info (click to toggle)
libmatio 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,624 kB
  • ctags: 682
  • sloc: ansic: 16,718; sh: 9,304; f90: 2,873; makefile: 100
file content (10 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

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

bootstrap