|
|
1.1 root 1: #!/bin/sh
2: progname=$0
3:
4: # Find the directory where the script is found.
5: # The second sed call is to convert `.//configure' to `./configure'.
6: srcdir=`echo $0 | sed 's|//|/|' | sed 's|/[^/]*$||'`
7: if [ x$srcdir = x$0 ]
8: then
9: srcdir=.
10: fi
11:
12: $srcdir/config.gcc $*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.