File: bootstrap.sh

package info (click to toggle)
libtpms 0.9.2-3.1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,576 kB
  • sloc: ansic: 113,969; makefile: 726; sh: 335; cpp: 125
file content (7 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh
set -x
libtoolize --force || exit 1
aclocal || exit 1
autoheader || exit 1
automake --add-missing -c || exit 1
autoconf || exit 1