File: bootstrap

package info (click to toggle)
munge 0.5.11-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,024 kB
  • ctags: 1,255
  • sloc: ansic: 15,222; sh: 12,220; makefile: 344
file content (10 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -x
aclocal -I config || exit 1
libtoolize --automake --copy --force || exit 1
autoheader || exit 1
automake --add-missing --copy --force-missing --foreign || exit 1
autoconf --force --warnings=all || exit 1
rm -fr autom4te*.cache
exit 0