Opened 12 years ago
Closed 12 years ago
#37970 closed defect (fixed)
doxygen: stray "-n"s in configure output
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | doxygen |
Description
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_textproc_doxygen/doxygen/work/doxygen-1.8.3" && ./configure --prefix /opt/local --docdir /opt/local/share/doc --dot /opt/local/bin/dot --platform macosx-c++' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_textproc_doxygen/doxygen/work/doxygen-1.8.3" && ./configure --prefix /opt/local --docdir /opt/local/share/doc --dot /opt/local/bin/dot --platform macosx-c++ -n Checking for platform macosx-c++... supported -n Checking for GNU make tool... using /opt/local/bin/gmake -n Checking for GNU install tool... using /opt/local/bin/ginstall -n Checking for dot (part of GraphViz)... using /opt/local/bin/dot -n Checking for perl... using /opt/local/bin/perl -n Checking for flex... using /opt/local/bin/flex -n Checking for bison... using /opt/local/bin/bison
Configure script should use "printf" instead of "echo -n" for POSIX compatibility.
Change History (3)
comment:1 Changed 12 years ago by cooljeanius (Eric Gallager)
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The upstream issue for this is here: https://bugzilla.gnome.org/show_bug.cgi?id=673218