Make autotools seems to break on more recent versions without this. Signed-off-by: Paul Larson <[email protected]> --- diff --git a/include/mk/automake.mk b/include/mk/automake.mk index e23d5d4..889e6cf 100644 --- a/include/mk/automake.mk +++ b/include/mk/automake.mk @@ -59,7 +59,7 @@ include: mkdir -p "$@" m4/ltp-version.m4: ChangeLog - sed -n '1{s:LTP-:AC_DEFUN([LTP_VERSION],[:;s:$$:]):;p;q}' $< > $@ + sed -n '1{s:LTP-:m4_define([LTP_VERSION],[:;s:$$:]):;p;q}' $< > $@ .PHONY: automake AUTOMAKE_FILES := config.guess config.sub install-sh missing stamp-h1
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
