GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / share / aclocal-1.11 / runlog.m4
blobc3608fbb8098fb354f83e5c2e10d2757c71fb20a
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # AM_RUN_LOG(COMMAND)
9 # -------------------
10 # Run COMMAND, save the exit status in ac_status, and log it.
11 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
12 AC_DEFUN([AM_RUN_LOG],
13 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
14    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
15    ac_status=$?
16    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
17    (exit $ac_status); }])