File: bootstrap.sh

package info (click to toggle)
lcm 1.3.1%2Brepack1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,848 kB
  • sloc: ansic: 16,186; java: 6,843; cs: 2,266; cpp: 1,594; python: 989; makefile: 352; xml: 252; sh: 59
file content (12 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo "running \"autoreconf -i\"..."
autoreconf -i || exit 1

echo
echo "Bootstrap done."
echo
echo "Any time configure.in or a Makefile.am changes, you must run "
echo "    \"autoreconf -i\""
echo ""
echo "To build, run \"./configure ; make ; make install\""