diff options
author | foobar <sniper@php.net> | 2003-03-24 12:16:03 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-03-24 12:16:03 +0000 |
commit | 34aa1fdd2a085e1c8ad16d2cc1175c9d79a05e4c (patch) | |
tree | 9b8c4420e661bc13f46e082cc3744f2eabee7d02 /README.EXT_SKEL | |
parent | 268a14e049a9c3739205f8d000ac7d8d9222c97f (diff) | |
download | php-git-34aa1fdd2a085e1c8ad16d2cc1175c9d79a05e4c.tar.gz |
fix bug #22841
Diffstat (limited to 'README.EXT_SKEL')
-rw-r--r-- | README.EXT_SKEL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.EXT_SKEL b/README.EXT_SKEL index 64bee22ffa..afe03cb0df 100644 --- a/README.EXT_SKEL +++ b/README.EXT_SKEL @@ -20,7 +20,8 @@ HOW TO USE IT [ Note that GNU awk is likely required for this script to work. Debian systems seem to default to using mawk, so you may need to change the - #! line in skeleton/create_stubs to use gawk explicitly. ] + #! line in skeleton/create_stubs and the cat $proto | awk line in + ext_skel to use gawk explicitly. ] If you don't need to test the existence of any external header files, libraries or functions in them, the module is already almost ready to be |