Patch for README.EXT_SKEL

[email protected] (Martin Jansen) Thu, 6 Mar 2003 10:48:28 +0100
Newsgroups php.dev
Message-ID <[email protected]>
Hi,

on Debian Woody, one not only needs to change skeleton/create_stubs to
use gawk instead of mawk, but it is also necessary to change ext_skel
itself.

With the attached patch this is noted in README.EXT_SKEL.

-- 
    - Martin                           Martin Jansen
                            http://martinjansen.com/
README.EXT_SKEL.patch (text/plain, 786 B)
Index: README.EXT_SKEL
===================================================================
RCS file: /repository/php4/README.EXT_SKEL,v
retrieving revision 1.9
diff -u -r1.9 README.EXT_SKEL
--- README.EXT_SKEL	23 Oct 2002 21:31:12 -0000	1.9
+++ README.EXT_SKEL	6 Mar 2003 09:45:31 -0000
@@ -17,7 +17,8 @@
 
   [ 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