configure
author kleing
Sat, 30 Apr 2005 14:01:45 +0200
changeset 15898 435f0e743854
parent 14981 e73f8140af78
permissions -rwxr-xr-x
use absolute path to find LaTeXSugar and OptionalSugar

#!/bin/sh
#
# $Id$
# Author: Markus Wenzel, TU Muenchen
#
# configure - adapt Isabelle distribution to system environment

## patch scripts

cd "`dirname "$0"`"

if bash -c :
then
  bash lib/scripts/patch-scripts.bash
else
  echo "FATAL ERROR: bash not found!"
  exit 2
fi