GNOME Bugzilla – Bug 354101
must not conditionally use GNOME_DOC_INIT
Last modified: 2007-02-02 13:20:30 UTC
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gucharmap&who=behdad&date=explicit&mindate=2006-09-02%2019:59&maxdate=2006-09-02%2020:01 (from bug 332880) GNOME_DOC_INIT uses AM_CONDITIONAL, and therefore must not be used conditionally.
Ah. How should one do that then?
I guess the only possibility would be for GNOME_DOC_INIT should take additional parameters, like so: GNOME_DOC_INIT([VERSION],[ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND])
And the macro doesn't seem to accept anything like that :(. Reverting. 2006-09-03 Behdad Esfahbod <behdad@gnome.org> Bug 354101 – must not conditionally use GNOME_DOC_INIT * configure.ac: Rever the last change...
(In reply to comment #3) > And the macro doesn't seem to accept anything like that :(. Reverting. Yes. What I meant was to file a bug on gdu for this :)
Created attachment 81451 [details] [review] restore the check (using gdu 0.9.0)
Created attachment 81452 [details] [review] the right patch
Thanks Christian. Feel free to commit.
* Makefile.am: * configure.ac: Don't use GNOME_DOC_INIT conditionally. Update gdu dependency to 0.9.0. Bug #354101.