On Mon, Jan 11, 2010 at 8:10 AM, Paul Larson <[email protected]> wrote:
> 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

Hi Paul,
    What version of automake and m4 are you using?
Thanks,
-Garrett

------------------------------------------------------------------------------
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

Reply via email to