bugAVR C Runtime Library - Bugs: bug #17815, Configure does not honor --mandir...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #17815: Configure does not honor --mandir option

Submitter:  Eric Weddington <arcanum>
Submitted:  Thu 21 Sep 2006 05:02:39 AM UTC
   
 
Category:  Build Infrastructure Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build system
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Open/Closed:  Closed
Release:  Any Fixed Release:  1.6.1

Tue 22 Feb 2011 11:57:25 PM UTC, comment #1: 

Problem is in doc/api/Makefile.am with this block:

install-dox-man: dox-html
$(mkinstalldirs) $(DOC_INST_DIR)/man/man3
@list='$(wildcard man/man3/*.3)'; \
for file in $$list ; do \
  echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; \
  $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file; \
done


The $(DOC_INST_DIR) instances need to replaced with the mandir configuration setting.

Eric Weddington <arcanum>
Group administrator
Thu 21 Sep 2006 05:02:39 AM UTC, original submission:  

Configure does not honor --mandir configuration option. man pages are not installed into the correct configured directory, but follow --datadir.

Eric Weddington <arcanum>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by arcanum (Updated the item)
  • -email is unavailable- added by joerg_wunsch (Updated the item)
  •  

    Follow 14 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-02-23 arcanum StatusNone Fixed
        Percent Complete50% 100%
        Assigned toNone arcanum
        Open/ClosedOpen Closed
        Fixed ReleaseNone 1.6.1
    2011-02-23 arcanum Percent Complete20% 50%
    2011-02-22 arcanum Severity1 - Wish 3 - Normal
        Priority3 - Low 5 - Normal
        Percent Complete0% 20%
    2008-08-11 arcanum Severity2 - Minor 1 - Wish
        ReleaseNone Any
    2008-03-08 arcanum CategoryNone Build Infrastructure
    2007-01-08 joerg_wunsch Item GroupNone Build system
    2006-09-21 arcanum Priority5 - Normal 3 - Low

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code