diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-03-08 00:37:04 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-03-08 00:37:04 +0000 |
commit | 170f8e91adc7157f6e708ffa58ca22d10e4e45da (patch) | |
tree | 34ad63166b1df2e747dcf235c2ab791fdf9acc23 | |
parent | e02bd43fe6b9e45536eccbf5b7a5f9eae62030fd (diff) |
m4/gtk-doc.m4: The previous commit to this file by Stefan Kost mentionned checking forRELEASE-0_10_19RELEASE-0_10_18BRANCH-RELEASE-0_10_19
Original commit message from CVS:
* m4/gtk-doc.m4: (GTK_DOC_CHECK):
The previous commit to this file by Stefan Kost mentionned checking for
SED, but NOT checking for gtkdoc-check (wth is that doing there ??).
Therefore, removing the check for gtkdoc-check
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | m4/gtk-doc.m4 | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2008-03-07 Edward Hervey <edward.hervey@collabora.co.uk> + + * m4/gtk-doc.m4: (GTK_DOC_CHECK): + The previous commit to this file by Stefan Kost mentionned checking for + SED, but NOT checking for gtkdoc-check (wth is that doing there ??). + Therefore, removing the check for gtkdoc-check + 2008-03-03 David Schleef <ds@schleef.org> * m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of diff --git a/m4/gtk-doc.m4 b/m4/gtk-doc.m4 index 2f4e19e..57040aa 100644 --- a/m4/gtk-doc.m4 +++ b/m4/gtk-doc.m4 @@ -51,8 +51,6 @@ ifelse([$1],[],, fi fi - AC_PATH_PROGS(GTKDOC_CHECK,gtkdoc-check,) - AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, test -n "$LIBTOOL") ]) |