[Xfce-bugs] [Bug 1204] New: libxfce4util: autogen.sh does not call configure with --enable-gtk-doc
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Nov 1 13:28:40 CET 2005
Do NOT reply to this email. To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=1204
Summary: libxfce4util: autogen.sh does not call configure with --
enable-gtk-doc
Product: Xfce
Version: 4.3.x (SVN trunk)
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: Medium
Component: general
AssignedTo: xfce-bugs at xfce.org
ReportedBy: lehmann at ans-netz.de
Hi,
checking out libxfce4util and starting autogen.sh makes it not possible to call
a "make dist" afterwards since configure doesn't gets called with
--enable-gtk-doc and that makes "make dist" abort:
Reproducible: Always
Steps to Reproduce:
1. svn up
2. ./autogen.sh
3. make dist
Actual Results:
make all-am
/usr/home/olivleh1/tmp/trunk/libxfce4util/install-sh -d
/usr/home/olivleh1/tmp/trunk/libxfce4util/libxfce4util-4.3.0svn-r18574/docs/..
make
top_distdir="/usr/home/olivleh1/tmp/trunk/libxfce4util/libxfce4util-4.3.0svn-r18574"
distdir="/usr/home/olivleh1/tmp/trunk/libxfce4util/libxfce4util-4.3.0svn-r18574/docs"
dist-hook
*** gtk-doc must be installed and enabled in order to make dist
*** Error code 1
Stop in /usr/home/olivleh1/tmp/trunk/libxfce4util/docs.
Expected Results:
successfull run of make dist of course
maybe change autogen.sh and define XDT_CONFIGURE_FLAGS in autogen.sh with
--enable-gtk-doc --enable-maintainer-mode
and then source xdt-autogen instead of execing it
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list