File: bootstrap.sh

package info (click to toggle)
e-antic 0.1.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,336 kB
  • sloc: ansic: 12,244; cpp: 2,084; makefile: 260; sh: 3
file content (8 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh
## Set up the autotools build system.
## This script is only necessary when e-antic is checked out from git.
## A distribution made using "make distcheck" will contain the complete
## build system already, so it is ready for "./configure && make && make install".
autoreconf -i --force || exit 1
echo "Now you can do:"
echo "  ./configure && make && make install"