[Poppler-bugs] [Bug 22094] [build] autogen created files should be removed from git

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 4 15:31:13 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=22094





--- Comment #2 from Christian Persch (GNOME) <chpe at gnome.org>  2009-06-04 15:31:13 PST ---
Hmm. 

The problem is that the gtk-doc version on my system is different than the one
in git, so running autogen dirties the checkout.

autogen checks for --enable-gtk-doc being passed, and only conditionally calls
gtkdocize in this case. 

I think the following should work even with removing these files from git:

- adding a "-" in front of the gtk-doc.make include in
glib/reference/Makefile.am, and

- replacing the GTK_DOC_CHECK call in configure with

    m4_ifdef([GTK_DOC_CHECK],[GTK_DOC_CHECK([1.0])])


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list