[tor-bugs] #6665 [Tor Relay]: build: upgrade soon-to-be-obsolete automake usage

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Aug 23 13:50:59 UTC 2012


#6665: build: upgrade soon-to-be-obsolete automake usage
-----------------------+----------------------------------------------------
 Reporter:  meyering   |          Owner:     
     Type:  defect     |         Status:  new
 Priority:  normal     |      Milestone:     
Component:  Tor Relay  |        Version:     
 Keywords:             |         Parent:     
   Points:             |   Actualpoints:     
-----------------------+----------------------------------------------------
 Building with built-from-git automake now fails.
 Patch attached.  Here's the commit log:

 Starting with upcoming automake-1.13, AM_INIT_AUTOMAKE will accept
 only one argument, and the old 2-or-more argument form
 as used here will be rejected.  Instead, use autoconf's
 AC_INIT macro to record the package name and version.
 Similarly use autoconf's AC_CONFIG_HEADERS macro in place
 of automake's obsolete AM_CONFIG_HEADER macro.

 In addition, teach contrib/updateVersions.pl how to extract
 version string, given the modernized macro usage.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6665>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list