bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #41518] Can't build make from Git repository with recent autotools


From: Ray Donnelly
Subject: [bug #41518] Can't build make from Git repository with recent autotools
Date: Sun, 09 Feb 2014 11:16:19 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36

Follow-up Comment #1, bug #41518 (project make):

On MSYS2 we use the following patch:

--- a/w32/Makefile.am   2013-09-16 12:07:00.976000000 +0400
+++ b/w32/Makefile.am   2013-10-18 22:09:50.533600000 +0400
@@ -14,6 +14,7 @@
 #
 # You should have received a copy of the GNU General Public License along
with
 # this program.  If not, see <http://www.gnu.org/licenses/>.
+AUTOMAKE_OPTIONS = subdir-objects
 
 noinst_LIBRARIES = libw32.a
 
--- a/configure.ac      2013-10-20 15:20:16.931400000 +0400
+++ b/configure.ac      2013-10-18 22:18:46.650200000 +0400
@@ -46,9 +46,11 @@
 
 # Enable gettext, in "external" mode.
 
-AM_GNU_GETTEXT_VERSION([0.18.1])
+AM_GNU_GETTEXT_VERSION([0.18.3])
 AM_GNU_GETTEXT([external])
 
+AM_PROG_AR
+
 # This test must come as early as possible after the compiler configuration
 # tests, because the choice of the file model can (in principle) affect
 # whether functions and headers are available, whether they work, etc.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41518>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]