* ansi3.test: Use gcc and not gcc -traditional.
+Tue Sep 22 01:20:00 1998 Tom Tromey <tromey@cygnus.com>
+
+ * ansi3.test: Use gcc and not gcc -traditional.
+
Tue Sep 15 22:19:48 1998 Tom Tromey <tromey@cygnus.com>
* texinfo7.test: New file.
# Likewise for gcc.
(gcc -v) > /dev/null 2>&1 || exit 0
+# We use gcc and not gcc -traditional as the latter fails on some
+# Linux boxes (Red Hat 5.1 in particular).
$ACLOCAL \
&& autoconf \
&& $AUTOMAKE -a \
- && CC='gcc -traditional' ./configure \
+ && CC='gcc' ./configure \
&& $MAKE ANSI2KNR=./ansi2knr U=_ \
&& ./hello