Patch for configure.in
Malcolm Tredinnick <[email protected]>
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <[email protected]> |
Sorry, I meant to post this before the release... Can a patch like the attached be applied so that gdome2 builds with automake 1.4, please. Having 'dnl' lines inside macro arguments seems to cause explosions otherwise (so I have just moved the commented out line to before the AC_OUTPUT macro with a note to add it back in later). Cheers, Malcolm --
foo.diff
(text/plain, 612 B)
Index: configure.in =================================================================== RCS file: /cvs/gnome/gdome2/configure.in,v retrieving revision 1.32 diff -u -r1.32 configure.in --- configure.in 30 May 2002 12:56:22 -0000 1.32 +++ configure.in 31 May 2002 08:43:04 -0000 @@ -132,6 +132,7 @@ AC_SUBST(HTML_DIR) +dnl Add back 'libgdome/gdomehtml/Makefile' when appropriate AC_OUTPUT([ Makefile libgdome/Makefile @@ -139,7 +140,6 @@ libgdome/events/Makefile libgdome/xpath/Makefile libgdome/traversal/Makefile -dnl libgdome/gdomehtml/Makefile test/Makefile test/apigen/Makefile gtk-doc/Makefile