File: bootstrap

package info (click to toggle)
faac 1.31.1%2Bdfsg-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 980 kB
  • sloc: ansic: 8,884; cpp: 2,874; makefile: 49; sh: 9
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