[Freeciv-Dev] [patch #3585] AC_CONFIG_MACRO_DIRS

2013-01-05 Thread Marko Lindqvist
Update of patch #3585 (project freeciv):

  Status:  Ready For Test = Done   
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/patch/?3585

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3585] AC_CONFIG_MACRO_DIRS

2013-01-01 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?3585

 Summary: AC_CONFIG_MACRO_DIRS
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 02 Jan 2013 04:32:58 AM EET
Category: bootstrap
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.4, 2.4.0, 2.5.0

___

Details:

Listing multiple m4-directories in Makefile.am ACLOCAL_AMFLAGS variable is
getting deprecated in favor of new AC_CONFIG_MACRO_DIRS configu macro. Future
versions of automake will drop (start to ignore) ACLOCAL_AMFLAGS. Add
dependencies/m4 via AC_CONFIG_MACRO_DIRS too.

- For all autotools versions, main (one where tools install their files) m4
directory is declared via AC_CONFIG_MACRO_DIR([m4]).
- For old autools versions both m4 directories (m4  dependencies/m4) to
search files from are given in ACLOCAL_AMFLAGS
- New autotools versions will get m4 from AC_CONFIG_MACRO_FIR([m4]), and
dependencies/m4 is given with AC_CONFIG_MACRO_DIRS([dependencies/m4])



___

File Attachments:


---
Date: Wed 02 Jan 2013 04:32:58 AM EET  Name: AcConfigMacroDirs.patch  Size:
539B   By: cazfi

http://gna.org/patch/download.php?file_id=16887
---
Date: Wed 02 Jan 2013 04:32:58 AM EET  Name: AcConfigMacroDirs-S2_3.patch 
Size: 481B   By: cazfi

http://gna.org/patch/download.php?file_id=16888

___

Reply to this item at:

  http://gna.org/patch/?3585

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev