Hugh Sasse <[EMAIL PROTECTED]> writes:
>
> -AC_INIT(m4_esyscmd(. ./GUILE-VERSION && echo -n ${PACKAGE}),
> -        m4_esyscmd(. ./GUILE-VERSION && echo -n ${GUILE_VERSION}))
> +define(GUILE_PACKAGE_NAME,m4_esyscmd(. ./GUILE-VERSION && ${ECHO_N} 
> ${PACKAGE}))
> +define(GUILE_PACKAGE_VERSION,m4_esyscmd(. ./GUILE-VERSION && ${ECHO_N} 
> ${GUILE_VERSION}))

Alas, no, it's too soon in the crunching to use $ECHO_N.  I made the
same mistake :), which is why I suggested hard coding it.

(The "./GUILE-VERSION" is happening at m4 macro expansion time, and at
that point all you've got is raw /bin/sh and the various m4 features.
$ECHO_N is only part of the text output from m4.)


_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to