rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 8f8fad82967ac2db25056356cd009fd7fb62f133
parent 373165c14f7855b6820908b812f26bf9b0bd4f17
Author: tgoodwin <tgoodwin>
Date:   Fri, 10 Jul 1998 13:29:12 +0000

zap extra space

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -13,7 +13,7 @@ dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes dnl -Wmissing-prototypes', and all the warning generated are harmless. AC_PROG_CC case "$GCC" in -yes) CFLAGS="-Wall $CFLAGS" ;; +yes) CFLAGS="-Wall $CFLAGS" ;; esac AC_PROG_CPP