[LLVMbugs] [Bug 9642] New: doxygen build fails
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 7 09:45:35 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9642
Summary: doxygen build fails
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: autoconf
AssignedTo: unassignedbugs at nondot.org
ReportedBy: krvladislav at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=6403)
--> (http://llvm.org/bugs/attachment.cgi?id=6403)
fix doxygen.cfg generation [files: configure.ac, configure]
Hi
I've tried to get doxygen documentation by configuring with
--enable-doxygen. Then 'make install' has been interrupted with
message "error: configuration file
/media/data/virtual/share/gsoc/build/docs/doxygen.cfg not found!".
mikem, why did you remove a line "AC_CONFIG_FILES([docs/doxygen.cfg])"
in autoconf/configure.ac [1] ?
I've restored this line. Now 'make install' is ok and doxygen is generated.
I've done patсh by 'git diff'. If it's not acceptable, please inform me.
[1]
https://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?r1=102719&r2=103213&sortby=log
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list