diff options
author | Jarkko Hietaniemi <jhi@cc.hut.fi> | 1997-02-04 21:16:40 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-02-11 07:29:00 +1200 |
commit | 5518bc02771e6f8d82055935f61ddb0238881b2e (patch) | |
tree | f98462d68d08137e1ce6a2436ab6d81b68241ac8 /configure.gnu | |
parent | aa3060398a4e37b7717d3d3ed9ffd2cf35035e26 (diff) | |
download | perl-5518bc02771e6f8d82055935f61ddb0238881b2e.tar.gz |
Fix usage message in configure.gnu
Diffstat (limited to 'configure.gnu')
-rwxr-xr-x | configure.gnu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.gnu b/configure.gnu index 30af30d30f..98876ccff8 100755 --- a/configure.gnu +++ b/configure.gnu @@ -40,7 +40,7 @@ while test $# -gt 0; do case $1 in --help) cat <<EOM -Usage: configure [options] +Usage: configure.gnu [options] This is GNU configure-like front end for a metaconfig-generated Configure. It emulates the following GNU configure options (must be fully spelled out): --help |