File: bootstrap

package info (click to toggle)
faac 1.28%2Bcvs20151130-1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 2,188 kB
  • ctags: 3,300
  • sloc: cpp: 23,250; ansic: 9,943; makefile: 1,259; sh: 22
file content (11 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

aclocal -I .
autoheader
if test "`uname -s`" = Darwin; then
    glibtoolize --automake
else
    libtoolize --automake
fi
automake --add-missing
autoconf