File: build-setup.sh

package info (click to toggle)
fricas 1.3.12-1
  • links: PTS
  • area: main
  • in suites:
  • size: 119,116 kB
  • sloc: lisp: 636,617; ansic: 35,377; sh: 4,871; makefile: 2,511; javascript: 1,381; awk: 1,363; python: 113
file content (13 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

error() {
    echo "$1"
    exit 1
}

# set -x

autoheader || error "could not re-generate config/fricas_c_macros.h"
autoconf || error "could not re-generate configure"

# set +x