File: build-setup.sh

package info (click to toggle)
fricas 1.3.11-3
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 119,892 kB
  • sloc: lisp: 634,361; ansic: 35,376; sh: 4,074; makefile: 2,493; javascript: 1,381; awk: 1,363; python: 113
file content (13 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (4)
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