bugGNU roff - Bugs: bug #61700, Makefile.am: update for future...

 
 

bug #61700: Makefile.am: update for future automake changes

Submitter:  Bjarni Ingi Gislason <bjarniig>
Submitted:  Sat 18 Dec 2021 10:59:27 PM UTC
   
 
Category:  Core Severity:  1 - Wish
Item Group:  Build/Installation Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 Dec 2021 10:46:26 AM UTC, comment #1: 

It's something to be aware of, but if it doesn't break the build
today, it's a wishlist item, not "normal".

G. Branden Robinson <gbranden>
Group administrator
Sat 18 Dec 2021 10:59:27 PM UTC, original submission:  

Subject: Makefile.am: update file with automake changes

  The file NEWS-2.0 in the automake repository states:

This file (NEWS-2.0) lists several incompatibilities planned for a
future Automake 2.0 release.

[...]

  - The ACLOCAL_AMFLAGS special make variable will be fully deprecated in
    Automake 2.0: it will raise warnings in the "obsolete" category (but
    still no hard error of course, for compatibilities with the many, many
    packages that still relies on that variable).  You are advised to
    start relying on the new Automake support for AC_CONFIG_MACRO_DIRS
    instead (which was introduced in Automake 1.13).

-- End of citation

  Needed changes in groff

1) Makefile.am

  Add '#' in front of "ACLOCAL_AMFLAGS = -I m4 -I gnulib_m4" and add
something like

# "ACLOCAL_AMFLAGS" was replaced with
# "AC_CONFIG_MACRO_DIRS([m4 gnulib_m4])" in configure.ac

2) configure.ac

Add line

AC_CONFIG_MACRO_DIRS([m4 gnulib_m4])

3) bootstrap.conf

  Change "automake 1.12.8" to "automake 1.13"

Bjarni Ingi Gislason <bjarniig>

 

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

Attach Files:
   
   
Comment:
   

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 gbranden (Posted a comment)
  • -email is unavailable- added by bjarniig (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-12-28 gbranden Severity3 - Normal 1 - Wish
        SummaryMakefile.am: update file with automake changes Makefile.am: update for future automake changes

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code