Bob Friesenhahn wrote:
On Thu, 30 Oct 2003, Larry Doolittle wrote:
would be responsible for writing the bit of Tcl code required to
interface to the target.
I have never used DejaGNU. I think a lot of embedded development
systems can download executables and run them, one way or another.
You
Wait! I know about "New Macros"!
aclocal -I cmulocal
/usr/local/share/aclocal/gtk-2.0.m4:8: underquoted definition of AM_PATH_GTK_2_0
/usr/local/share/aclocal/gtk-2.0.m4:8: run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
cmulocal/s
On Thu, 30 Oct 2003, Larry Doolittle wrote:
> > would be responsible for writing the bit of Tcl code required to
> > interface to the target.
>
> I have never used DejaGNU. I think a lot of embedded development
> systems can download executables and run them, one way or another.
You seem to have
On Fri, 31 Oct 2003, Patrick Welche wrote:
> In the Fine Manual:
>
> @node Coding Style
> @section Coding Style
>
> In order to highlight the recommended coding style, here is a macro
> written the old way:
>
> @example
> dnl Check for EMX on OS/2.
> dnl _AC_EMXOS2
> AC_DEFUN(_AC_EMXOS2,
> ...
> a
In the Fine Manual:
@node Coding Style
@section Coding Style
In order to highlight the recommended coding style, here is a macro
written the old way:
@example
dnl Check for EMX on OS/2.
dnl _AC_EMXOS2
AC_DEFUN(_AC_EMXOS2,
...
and the new way:
@example
# _AC_EMXOS2
# --
# Check for EMX o