X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Mon, 16 Mar 2015 13:09:50 -0400 Message-Id: <201503161709.t2GH9orC019375@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com Subject: [geda-user] gawk vs mawk Reply-To: geda-user AT delorie DOT com In PCB's build, we call "some variant of awk" to build the library. However, we use a GNU extension (note the third argument): match (comment, /(.*)\[(.*)\]/, fp); Is it intentional that we require GNU awk (in which case configure/docs need to be changed) or not (in which case, the awk script needs to be changed) ?