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/
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 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to