File: build-setup.sh

package info (click to toggle)
fricas 1.3.8-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 123,324 kB
  • sloc: lisp: 626,745; ansic: 36,503; sh: 4,280; makefile: 2,484; javascript: 1,381; awk: 1,305; 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