Ticket #52254: patch-Makefile.am.diff

File patch-Makefile.am.diff, 650 bytes (added by tuffnatty (Phil Krylov), 8 years ago)

patch for Makefile.am

  • Makefile.am

    commit 1d98f8f941789c715ca2c65b590fc93a29fca082
    Author: Phil Krylov <phil.krylov@gmail.com>
    Date:   Thu Sep 15 16:29:02 2016 +0200
    
        Fix autoreconf misparsing ACLOCAL_AMFLAGS
    
    diff --git Makefile.am Makefile.am
    index ffc073c..c462439 100644
     
    11# Makefile.am - Top level automakefile for libuninameslist
    22
    3 ACLOCAL_AMFLAGS = -I m4 $(ACLOCAL_FLAGS)
     3# The braces around ACLOCAL_FLAGS below instead of parentheses are intentional!
     4# Otherwise autoreconf misparses the line.
     5ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
    46
    57AM_CFLAGS = $(WCFLAGS) $(UN_CFLAGS)
    68AM_LDFLAGS = $(WUNLIB) $(UN_LIB) -no-undefined