source: git/ntl/src/configure @ 6ce030f

spielwiese
Last change on this file since 6ce030f was de6a29, checked in by Hans Schönemann <hannes@…>, 18 years ago
* hannes: NTL-5.4 git-svn-id: file:///usr/local/Singular/svn/trunk@8693 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100755
File size: 357 bytes
Line 
1#!/bin/sh
2
3# This is just a shell script that calls perl.
4# Since perl may be located in a wierd place, this
5# should be more portable than using a direct "shebang".
6
7# Also, some shells do not handle "$@" correctly when
8# no options are supplied, so this is handled as a special case.
9
10if test $# -ne 0
11then
12   perl DoConfig "$@"
13else
14   perl DoConfig
15fi
16
Note: See TracBrowser for help on using the repository browser.