From 6f4b8f047a47524b174b281040b65c917b846587 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 3 Oct 1994 23:33:16 +0000 Subject: calc - arbitrary precision calculator. Version 2.9.3t6 From Jean-Marc Zucconi. Submitted by: jmz --- math/calc/scripts/configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/calc/scripts/configure (limited to 'math/calc/scripts/configure') diff --git a/math/calc/scripts/configure b/math/calc/scripts/configure new file mode 100644 index 000000000000..1beb703997f7 --- /dev/null +++ b/math/calc/scripts/configure @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ $# != 3 ]; then exit 1; fi + +F=$3/Makefile + +chmod +w $F || exit 1; + +echo "BINDIR= /usr/local/bin" >> $F || exit 1; +echo "TOPDIR= /usr/local/lib" >> $F +echo "MANDIR=/usr/local/man/man1" >> $F +echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F \ No newline at end of file -- cgit v1.2.3