m4/gtk-doc.m4: The previous commit to this file by Stefan Kost mentionned checking for RELEASE-0_10_18 RELEASE-0_10_19
authorEdward Hervey <bilboed@bilboed.com>
Sat, 8 Mar 2008 00:37:04 +0000 (00:37 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 8 Mar 2008 00:37:04 +0000 (00:37 +0000)
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

ChangeLog
m4/gtk-doc.m4

index eb4bcfb..72f093a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2f4e19e..57040aa 100644 (file)
@@ -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")
 ])