| 1 | #! /bin/sh
|
|---|
| 2 | #
|
|---|
| 3 | # $Id: configure,v 3.0.1.1 1995/07/25 14:16:21 ram Exp $
|
|---|
| 4 | #
|
|---|
| 5 | # GNU configure-like front end to metaconfig's Configure.
|
|---|
| 6 | #
|
|---|
| 7 | # Written by Andy Dougherty <[email protected]>
|
|---|
| 8 | # and Matthew Green <[email protected]>.
|
|---|
| 9 | #
|
|---|
| 10 | # Reformatted and modified for inclusion in the dist-3.0 package by
|
|---|
| 11 | # Raphael Manfredi <[email protected]>.
|
|---|
| 12 | #
|
|---|
| 13 | # This script belongs to the public domain and may be freely redistributed.
|
|---|
| 14 | #
|
|---|
| 15 | # The remaining of this leading shell comment may be removed if you
|
|---|
| 16 | # include this script in your own package.
|
|---|
| 17 | #
|
|---|
| 18 | # $Log: configure,v $
|
|---|
| 19 | # Revision 3.0.1.1 1995/07/25 14:16:21 ram
|
|---|
| 20 | # patch56: created
|
|---|
| 21 | #
|
|---|
| 22 |
|
|---|
| 23 | (exit $?0) || exec sh $0 $argv:q
|
|---|
|
|---|