|
Revision 9118, 192 bytes
(checked in by audreyt, 3 years ago)
|
|
* Mikhael Goikhman suggested that we add a GNU-configure-like
configure script, much like perl5's configure.gnu, that
accepts --long-options and writes a Makefile just as
"perl Makefile.PL" will do.
(the full translation layer from autoconf options to
Module::Install options is for the later -- we are
just committing a stub now for compatibility.)
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #! /bin/sh |
|---|
| 2 | # |
|---|
| 3 | # GNU configure-like front end to Makefile.PL |
|---|
| 4 | # Suggested by Mikhael Goikhman. |
|---|
| 5 | # |
|---|
| 6 | # This script belongs to the public domain and may be freely redistributed. |
|---|
| 7 | # |
|---|
| 8 | perl Makefile.PL $@ |
|---|