Author: cazfi
Date: Wed Jan 20 06:31:17 2016
New Revision: 31504

URL: http://svn.gna.org/viewcvs/freeciv?rev=31504&view=rev
Log:
Change AR_FLAGS to 'cr' when they otherwise are 'cru' - default of old automake 
versions.
(old = all current stable releases)

See bug #23840

Modified:
    branches/S2_5/configure.ac

Modified: branches/S2_5/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/configure.ac?rev=31504&r1=31503&r2=31504&view=diff
==============================================================================
--- branches/S2_5/configure.ac  (original)
+++ branches/S2_5/configure.ac  Wed Jan 20 06:31:17 2016
@@ -1415,6 +1415,12 @@
                    [These are the CFLAGS used in compilation])
 AC_DEFINE_UNQUOTED([FC_STORE_CXXFLAGS], ['$CXXFLAGS'],
                    [These are the CXXFLAGS used in compilation])
+
+dnl If old default of AR_FLAGS is otherwise being used (because of older 
automake),
+dnl replace it with one without 'u'
+if test "x$AR_FLAGS" = "xcru" ; then
+  AR_FLAGS="cr"
+fi
 
 AC_CONFIG_FILES([Makefile
           data/Makefile


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to