On 8/9/07, Neil Conway <[EMAIL PROTECTED]> wrote:
> FYI, patches should typically be submitted as context diffs. For the
> specific case of configure, you should submit patches against the source
> file (configure.in), not the generated file (configure).
Apologies. I haven't done much dev involving autoconf, so it didn't
occur to me that configure wasn't a source.
Is the following a reasonable way to test my changes?
$ rm configure
$ autoconf
$ ./configure
New (context) diff attached. The actual change is in
config/docbook.m4, not configure.in.
Cheers
BJ
Index: config/docbook.m4
===================================================================
RCS file: /projects/cvsroot/pgsql/config/docbook.m4,v
retrieving revision 1.7
diff -c -r1.7 docbook.m4
*** config/docbook.m4 13 Dec 2003 20:25:18 -0000 1.7
--- config/docbook.m4 8 Aug 2007 19:00:26 -0000
***************
*** 60,66 ****
for pgac_postfix in \
sgml/stylesheets/nwalsh-modular \
sgml/stylesheets/docbook \
! sgml/docbook-dsssl \
sgml/docbook/dsssl/modular \
sgml/docbook/stylesheet/dsssl/modular \
sgml/docbook/dsssl-stylesheets
--- 60,67 ----
for pgac_postfix in \
sgml/stylesheets/nwalsh-modular \
sgml/stylesheets/docbook \
! sgml/stylesheets/dsssl/docbook \
! sgml/docbook-dsssl \
sgml/docbook/dsssl/modular \
sgml/docbook/stylesheet/dsssl/modular \
sgml/docbook/dsssl-stylesheets
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster