File: bootstrap.sh

package info (click to toggle)
trousers 0.3.13-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,592 kB
  • ctags: 6,088
  • sloc: ansic: 73,936; sh: 11,277; makefile: 540
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (8)
1
2
3
4
5
set -x
aclocal || exit 1
libtoolize --force -c || exit 1
automake --add-missing -c --foreign || exit 1
autoconf || exit 1