[go: up one dir, main page]

File: bootstrap

package info (click to toggle)
faac 1.30-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye
  • size: 1,212 kB
  • sloc: ansic: 8,932; cpp: 3,184; makefile: 58; 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